Html Css Color HEX #F02497 Persian Rose

📋 copy color: '#F02497'

red 240 ◦ green 36 ◦ blue 151

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

Shades of Persian Rose #F02497

Tints of Persian Rose #F02497

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.43%

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

R = 56.21%
G = 8.43%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F02497 (or 0xF02497) is known color: Persian Rose. HEX triplet: F0, 24 and 97. RGB value is (240,36,151). Sum of RGB (Red+Green+Blue) = 240+36+151=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F02497 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02497 is #0FDB68. Grayscale: #6D6D6D. Windows color (decimal): -1039209 or 9905392. OLE color: 9905392.

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

Color convert

RGB 240 36 151 -
CMYK 0 0.85 0.37 0.06
HSL 326.18º 0.87% 0.54% -
HSV(B) 326.18º 0.85% 0.94% -
XYZ 42.15 22.02 31.31 -
YUV 110.11 151.09 220.65 -
System Red Green Blue C M Y K H S L
Decimal 240 36 151 0 0.85 0.37 0.06 326.18 0.87 0.54
Hex F0 24 97 0 55 25 6 146 57 36
Octal 360 44 227 0 125 45 6 506 127 66
Binary 11110000 100100 10010111 0 1010101 100101 110 101000110 1010111 110110

Color Harmonies of #F02497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02497

Black with #F02497

Text Example


Text Example

White with #F02497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02497; }

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

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

background-color css

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

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

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

border-color css

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

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

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