Html Css Color HEX #F02881 Deep Cerise

📋 copy color: '#F02881'

red 240 ◦ green 40 ◦ blue 129

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

Shades of Deep Cerise #F02881

Tints of Deep Cerise #F02881

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.78%

 BLUE value IS 129 (50.78% from 255) = 31.54%

R = 58.68%
G = 9.78%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F02881 (or 0xF02881) is known color: Deep Cerise. HEX triplet: F0, 28 and 81. RGB value is (240,40,129). Sum of RGB (Red+Green+Blue) = 240+40+129=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F02881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02881 is #0FD77E. Grayscale: #6D6D6D. Windows color (decimal): -1038207 or 8464624. OLE color: 8464624.

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

Color convert

RGB 240 40 129 -
CMYK 0 0.83 0.46 0.06
HSL 333.3º 0.87% 0.55% -
HSV(B) 333.3º 0.83% 0.94% -
XYZ 40.66 21.63 22.8 -
YUV 109.95 138.76 220.76 -
System Red Green Blue C M Y K H S L
Decimal 240 40 129 0 0.83 0.46 0.06 333.3 0.87 0.55
Hex F0 28 81 0 53 2E 6 14D 57 37
Octal 360 50 201 0 123 56 6 515 127 67
Binary 11110000 101000 10000001 0 1010011 101110 110 101001101 1010111 110111

Color Harmonies of #F02881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02881

Black with #F02881

Text Example


Text Example

White with #F02881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02881; }

 p { color: rgb(240,40,129); }

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

background-color css

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

 a { background-color: rgb(240,40,129); }

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

border-color css

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

 span { border-color: rgb(240,40,129); }

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