Html Css Color HEX #F02197 Persian Rose

📋 copy color: '#F02197'

red 240 ◦ green 33 ◦ blue 151

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

Shades of Persian Rose #F02197

Tints of Persian Rose #F02197

RGB

 RED value IS 240 (94.14% from 255) = 56.6%

 GREEN value IS 33 (13.28% from 255) = 7.78%

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

R = 56.6%
G = 7.78%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F02197 (or 0xF02197) is known color: Persian Rose. HEX triplet: F0, 21 and 97. RGB value is (240,33,151). Sum of RGB (Red+Green+Blue) = 240+33+151=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F02197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02197 is #0FDE68. Grayscale: #6C6C6C. Windows color (decimal): -1039977 or 9904624. OLE color: 9904624.

HSL color Cylindrical-coordinate representation of color #F02197: hue angle of 325.8º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F02197 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 33 151 -
CMYK 0 0.86 0.37 0.06
HSL 325.8º 0.87% 0.54% -
HSV(B) 325.8º 0.86% 0.94% -
XYZ 42.06 21.85 31.28 -
YUV 108.35 152.08 221.91 -
System Red Green Blue C M Y K H S L
Decimal 240 33 151 0 0.86 0.37 0.06 325.8 0.87 0.54
Hex F0 21 97 0 56 25 6 146 57 36
Octal 360 41 227 0 126 45 6 506 127 66
Binary 11110000 100001 10010111 0 1010110 100101 110 101000110 1010111 110110

Color Harmonies of #F02197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02197

Black with #F02197

Text Example


Text Example

White with #F02197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02197; }

 p { color: rgb(240,33,151); }

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

background-color css

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

 a { background-color: rgb(240,33,151); }

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

border-color css

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

 span { border-color: rgb(240,33,151); }

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