Html Css Color HEX #F1209B Persian Rose

📋 copy color: '#F1209B'

red 241 ◦ green 32 ◦ blue 155

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

Shades of Persian Rose #F1209B

Tints of Persian Rose #F1209B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.48%

 BLUE value IS 155 (60.94% from 255) = 36.21%

R = 56.31%
G = 7.48%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F1209B (or 0xF1209B) is known color: Persian Rose. HEX triplet: F1, 20 and 9B. RGB value is (241,32,155). Sum of RGB (Red+Green+Blue) = 241+32+155=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F1209B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1209B is #0EDF64. Grayscale: #6C6C6C. Windows color (decimal): -974693 or 10166513. OLE color: 10166513.

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

Color convert

RGB 241 32 155 -
CMYK 0 0.87 0.36 0.05
HSL 324.69º 0.88% 0.54% -
HSV(B) 324.69º 0.87% 0.95% -
XYZ 42.71 22.1 33.03 -
YUV 108.51 154.24 222.5 -
System Red Green Blue C M Y K H S L
Decimal 241 32 155 0 0.87 0.36 0.05 324.69 0.88 0.54
Hex F1 20 9B 0 57 24 5 145 58 36
Octal 361 40 233 0 127 44 5 505 130 66
Binary 11110001 100000 10011011 0 1010111 100100 101 101000101 1011000 110110

Color Harmonies of #F1209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1209B

Black with #F1209B

Text Example


Text Example

White with #F1209B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1209B; }

 p { color: rgb(241,32,155); }

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

background-color css

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

 a { background-color: rgb(241,32,155); }

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

border-color css

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

 span { border-color: rgb(241,32,155); }

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