Html Css Color HEX #F02897 Persian Rose

📋 copy color: '#F02897'

red 240 ◦ green 40 ◦ blue 151

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

Shades of Persian Rose #F02897

Tints of Persian Rose #F02897

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.28%

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

R = 55.68%
G = 9.28%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F02897 (or 0xF02897) is known color: Persian Rose. HEX triplet: F0, 28 and 97. RGB value is (240,40,151). Sum of RGB (Red+Green+Blue) = 240+40+151=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F02897 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02897 is #0FD768. Grayscale: #707070. Windows color (decimal): -1038185 or 9906416. OLE color: 9906416.

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

Color convert

RGB 240 40 151 -
CMYK 0 0.83 0.37 0.06
HSL 326.7º 0.87% 0.55% -
HSV(B) 326.7º 0.83% 0.94% -
XYZ 42.28 22.28 31.35 -
YUV 112.45 149.76 218.97 -
System Red Green Blue C M Y K H S L
Decimal 240 40 151 0 0.83 0.37 0.06 326.7 0.87 0.55
Hex F0 28 97 0 53 25 6 147 57 37
Octal 360 50 227 0 123 45 6 507 127 67
Binary 11110000 101000 10010111 0 1010011 100101 110 101000111 1010111 110111

Color Harmonies of #F02897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02897

Black with #F02897

Text Example


Text Example

White with #F02897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02897; }

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

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

background-color css

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

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

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

border-color css

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

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

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