Html Css Color HEX #F02679 Deep Cerise

📋 copy color: '#F02679'

red 240 ◦ green 38 ◦ blue 121

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

Shades of Deep Cerise #F02679

Tints of Deep Cerise #F02679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.33%

R = 60.15%
G = 9.52%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F02679 (or 0xF02679) is known color: Deep Cerise. HEX triplet: F0, 26 and 79. RGB value is (240,38,121). Sum of RGB (Red+Green+Blue) = 240+38+121=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F02679 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02679 is #0FD986. Grayscale: #6B6B6B. Windows color (decimal): -1038727 or 7939824. OLE color: 7939824.

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

Color convert

RGB 240 38 121 -
CMYK 0 0.84 0.50 0.06
HSL 335.35º 0.87% 0.55% -
HSV(B) 335.35º 0.84% 0.94% -
XYZ 40.08 21.29 20.09 -
YUV 107.86 135.42 222.25 -
System Red Green Blue C M Y K H S L
Decimal 240 38 121 0 0.84 0.50 0.06 335.35 0.87 0.55
Hex F0 26 79 0 54 32 6 14F 57 37
Octal 360 46 171 0 124 62 6 517 127 67
Binary 11110000 100110 1111001 0 1010100 110010 110 101001111 1010111 110111

Color Harmonies of #F02679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02679

Black with #F02679

Text Example


Text Example

White with #F02679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02679; }

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

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

background-color css

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

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

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

border-color css

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

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

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