Html Css Color HEX #F02699 Persian Rose

📋 copy color: '#F02699'

red 240 ◦ green 38 ◦ blue 153

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

Shades of Persian Rose #F02699

Tints of Persian Rose #F02699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.82%

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

R = 55.68%
G = 8.82%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F02699 (or 0xF02699) is known color: Persian Rose. HEX triplet: F0, 26 and 99. RGB value is (240,38,153). Sum of RGB (Red+Green+Blue) = 240+38+153=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F02699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02699 is #0FD966. Grayscale: #6F6F6F. Windows color (decimal): -1038695 or 10036976. OLE color: 10036976.

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

Color convert

RGB 240 38 153 -
CMYK 0 0.84 0.36 0.06
HSL 325.84º 0.87% 0.55% -
HSV(B) 325.84º 0.84% 0.94% -
XYZ 42.38 22.21 32.19 -
YUV 111.51 151.42 219.65 -
System Red Green Blue C M Y K H S L
Decimal 240 38 153 0 0.84 0.36 0.06 325.84 0.87 0.55
Hex F0 26 99 0 54 24 6 146 57 37
Octal 360 46 231 0 124 44 6 506 127 67
Binary 11110000 100110 10011001 0 1010100 100100 110 101000110 1010111 110111

Color Harmonies of #F02699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02699

Black with #F02699

Text Example


Text Example

White with #F02699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02699; }

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

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

background-color css

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

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

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

border-color css

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

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

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