Html Css Color HEX #F13BAA Persian Rose

📋 copy color: '#F13BAA'

red 241 ◦ green 59 ◦ blue 170

#F13BAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #F13BAA

Tints of Persian Rose #F13BAA

RGB

 RED value IS 241 (94.53% from 255) = 51.28%

 GREEN value IS 59 (23.44% from 255) = 12.55%

 BLUE value IS 170 (66.8% from 255) = 36.17%

R = 51.28%
G = 12.55%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F13BAA (or 0xF13BAA) is known color: Persian Rose. HEX triplet: F1, 3B and AA. RGB value is (241,59,170). Sum of RGB (Red+Green+Blue) = 241+59+170=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F13BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13BAA is #0EC455. Grayscale: #7D7D7D. Windows color (decimal): -967766 or 11156465. OLE color: 11156465.

HSL color Cylindrical-coordinate representation of color #F13BAA: hue angle of 323.41º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13BAA is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 59 170 -
CMYK 0 0.76 0.29 0.05
HSL 323.41º 0.87% 0.59% -
HSV(B) 323.41º 0.76% 0.95% -
XYZ 45.1 24.73 40.43 -
YUV 126.07 152.8 209.97 -
System Red Green Blue C M Y K H S L
Decimal 241 59 170 0 0.76 0.29 0.05 323.41 0.87 0.59
Hex F1 3B AA 0 4C 1D 5 143 57 3B
Octal 361 73 252 0 114 35 5 503 127 73
Binary 11110001 111011 10101010 0 1001100 11101 101 101000011 1010111 111011

Color Harmonies of #F13BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13BAA

Black with #F13BAA

Text Example


Text Example

White with #F13BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13BAA; }

 p { color: rgb(241,59,170); }

 H1.HeaderClassName
 {
   color: #F13BAA;
 }
 .AnyTagClassName
 {
   color: #F13BAA;
 }
</style>

background-color css

<style>
 a { background-color: #F13BAA; }

 a { background-color: rgb(241,59,170); }

 div.DivClassName
 {
   background-color: #F13BAA;
 }
 .BgClassName
 {
   background-color: #F13BAA;
 }
</style>

border-color css

<style>
 span { border-color: #F13BAA; }

 span { border-color: rgb(241,59,170); }

 td.TdClassName
 {
   border-color: #F13BAA;
 }
 .TagClassName
 {
   border-color: #F13BAA;
 }
</style>