Html Css Color HEX #F12099 Persian Rose

📋 copy color: '#F12099'

red 241 ◦ green 32 ◦ blue 153

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

Shades of Persian Rose #F12099

Tints of Persian Rose #F12099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.92%

R = 56.57%
G = 7.51%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F12099 (or 0xF12099) is known color: Persian Rose. HEX triplet: F1, 20 and 99. RGB value is (241,32,153). Sum of RGB (Red+Green+Blue) = 241+32+153=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 32 (12.89% from 255 or 7.51% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F12099 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12099 is #0EDF66. Grayscale: #6C6C6C. Windows color (decimal): -974695 or 10035441. OLE color: 10035441.

HSL color Cylindrical-coordinate representation of color #F12099: hue angle of 325.26º 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 #F12099 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 32 153 -
CMYK 0 0.87 0.37 0.05
HSL 325.26º 0.88% 0.54% -
HSV(B) 325.26º 0.87% 0.95% -
XYZ 42.54 22.03 32.15 -
YUV 108.29 153.24 222.66 -
System Red Green Blue C M Y K H S L
Decimal 241 32 153 0 0.87 0.37 0.05 325.26 0.88 0.54
Hex F1 20 99 0 57 25 5 145 58 36
Octal 361 40 231 0 127 45 5 505 130 66
Binary 11110001 100000 10011001 0 1010111 100101 101 101000101 1011000 110110

Color Harmonies of #F12099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12099

Black with #F12099

Text Example


Text Example

White with #F12099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12099; }

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

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

background-color css

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

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

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

border-color css

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

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

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