Html Css Color HEX #F02598 Persian Rose

📋 copy color: '#F02598'

red 240 ◦ green 37 ◦ blue 152

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

Shades of Persian Rose #F02598

Tints of Persian Rose #F02598

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.62%

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

R = 55.94%
G = 8.62%
B = 35.43%

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

#F02598 (or 0xF02598) is known color: Persian Rose. HEX triplet: F0, 25 and 98. RGB value is (240,37,152). Sum of RGB (Red+Green+Blue) = 240+37+152=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F02598 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02598 is #0FDA67. Grayscale: #6E6E6E. Windows color (decimal): -1038952 or 9971184. OLE color: 9971184.

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

Color convert

RGB 240 37 152 -
CMYK 0 0.85 0.37 0.06
HSL 326.01º 0.87% 0.54% -
HSV(B) 326.01º 0.85% 0.94% -
XYZ 42.26 22.12 31.75 -
YUV 110.81 151.25 220.15 -
System Red Green Blue C M Y K H S L
Decimal 240 37 152 0 0.85 0.37 0.06 326.01 0.87 0.54
Hex F0 25 98 0 55 25 6 146 57 36
Octal 360 45 230 0 125 45 6 506 127 66
Binary 11110000 100101 10011000 0 1010101 100101 110 101000110 1010111 110110

Color Harmonies of #F02598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02598

Black with #F02598

Text Example


Text Example

White with #F02598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02598; }

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

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

background-color css

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

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

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

border-color css

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

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

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