Html Css Color HEX #F12098 Persian Rose

📋 copy color: '#F12098'

red 241 ◦ green 32 ◦ blue 152

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

Shades of Persian Rose #F12098

Tints of Persian Rose #F12098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.76%

R = 56.71%
G = 7.53%
B = 35.76%

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

#F12098 (or 0xF12098) is known color: Persian Rose. HEX triplet: F1, 20 and 98. RGB value is (241,32,152). Sum of RGB (Red+Green+Blue) = 241+32+152=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F12098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12098 is #0EDF67. Grayscale: #6B6B6B. Windows color (decimal): -974696 or 9969905. OLE color: 9969905.

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

Color convert

RGB 241 32 152 -
CMYK 0 0.87 0.37 0.05
HSL 325.55º 0.88% 0.54% -
HSV(B) 325.55º 0.87% 0.95% -
XYZ 42.46 22 31.71 -
YUV 108.17 152.74 222.74 -
System Red Green Blue C M Y K H S L
Decimal 241 32 152 0 0.87 0.37 0.05 325.55 0.88 0.54
Hex F1 20 98 0 57 25 5 146 58 36
Octal 361 40 230 0 127 45 5 506 130 66
Binary 11110001 100000 10011000 0 1010111 100101 101 101000110 1011000 110110

Color Harmonies of #F12098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12098

Black with #F12098

Text Example


Text Example

White with #F12098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12098; }

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

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

background-color css

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

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

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

border-color css

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

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

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