Html Css Color HEX #F12097 Persian Rose

📋 copy color: '#F12097'

red 241 ◦ green 32 ◦ blue 151

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

Shades of Persian Rose #F12097

Tints of Persian Rose #F12097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.61%

R = 56.84%
G = 7.55%
B = 35.61%

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

#F12097 (or 0xF12097) is known color: Persian Rose. HEX triplet: F1, 20 and 97. RGB value is (241,32,151). Sum of RGB (Red+Green+Blue) = 241+32+151=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F12097 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12097 is #0EDF68. Grayscale: #6B6B6B. Windows color (decimal): -974697 or 9904369. OLE color: 9904369.

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

Color convert

RGB 241 32 151 -
CMYK 0 0.87 0.37 0.05
HSL 325.84º 0.88% 0.54% -
HSV(B) 325.84º 0.87% 0.95% -
XYZ 42.38 21.97 31.28 -
YUV 108.06 152.24 222.82 -
System Red Green Blue C M Y K H S L
Decimal 241 32 151 0 0.87 0.37 0.05 325.84 0.88 0.54
Hex F1 20 97 0 57 25 5 146 58 36
Octal 361 40 227 0 127 45 5 506 130 66
Binary 11110001 100000 10010111 0 1010111 100101 101 101000110 1011000 110110

Color Harmonies of #F12097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12097

Black with #F12097

Text Example


Text Example

White with #F12097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12097; }

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

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

background-color css

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

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

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

border-color css

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

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

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