Html Css Color HEX #F02099 Persian Rose

📋 copy color: '#F02099'

red 240 ◦ green 32 ◦ blue 153

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

Shades of Persian Rose #F02099

Tints of Persian Rose #F02099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.53%

 BLUE value IS 153 (60.16% from 255) = 36%

R = 56.47%
G = 7.53%
B = 36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F02099 (or 0xF02099) is known color: Persian Rose. HEX triplet: F0, 20 and 99. RGB value is (240,32,153). Sum of RGB (Red+Green+Blue) = 240+32+153=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F02099 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02099 is #0FDF66. Grayscale: #6B6B6B. Windows color (decimal): -1040231 or 10035440. OLE color: 10035440.

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

Color convert

RGB 240 32 153 -
CMYK 0 0.87 0.36 0.06
HSL 325.1º 0.87% 0.53% -
HSV(B) 325.1º 0.87% 0.94% -
XYZ 42.2 21.86 32.13 -
YUV 107.99 153.41 222.16 -
System Red Green Blue C M Y K H S L
Decimal 240 32 153 0 0.87 0.36 0.06 325.1 0.87 0.53
Hex F0 20 99 0 57 24 6 145 57 35
Octal 360 40 231 0 127 44 6 505 127 65
Binary 11110000 100000 10011001 0 1010111 100100 110 101000101 1010111 110101

Color Harmonies of #F02099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02099

Black with #F02099

Text Example


Text Example

White with #F02099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02099; }

 p { color: rgb(240,32,153); }

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

background-color css

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

 a { background-color: rgb(240,32,153); }

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

border-color css

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

 span { border-color: rgb(240,32,153); }

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