Html Css Color HEX #F02798 Persian Rose

📋 copy color: '#F02798'

red 240 ◦ green 39 ◦ blue 152

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

Shades of Persian Rose #F02798

Tints of Persian Rose #F02798

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.05%

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

R = 55.68%
G = 9.05%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F02798 (or 0xF02798) is known color: Persian Rose. HEX triplet: F0, 27 and 98. RGB value is (240,39,152). Sum of RGB (Red+Green+Blue) = 240+39+152=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F02798 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02798 is #0FD867. Grayscale: #6F6F6F. Windows color (decimal): -1038440 or 9971696. OLE color: 9971696.

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

Color convert

RGB 240 39 152 -
CMYK 0 0.84 0.37 0.06
HSL 326.27º 0.87% 0.55% -
HSV(B) 326.27º 0.84% 0.94% -
XYZ 42.33 22.24 31.77 -
YUV 111.98 150.59 219.31 -
System Red Green Blue C M Y K H S L
Decimal 240 39 152 0 0.84 0.37 0.06 326.27 0.87 0.55
Hex F0 27 98 0 54 25 6 146 57 37
Octal 360 47 230 0 124 45 6 506 127 67
Binary 11110000 100111 10011000 0 1010100 100101 110 101000110 1010111 110111

Color Harmonies of #F02798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02798

Black with #F02798

Text Example


Text Example

White with #F02798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02798; }

 p { color: rgb(240,39,152); }

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

background-color css

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

 a { background-color: rgb(240,39,152); }

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

border-color css

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

 span { border-color: rgb(240,39,152); }

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