Html Css Color HEX #F02781 Deep Cerise

📋 copy color: '#F02781'

red 240 ◦ green 39 ◦ blue 129

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

Shades of Deep Cerise #F02781

Tints of Deep Cerise #F02781

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.56%

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

R = 58.82%
G = 9.56%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F02781 (or 0xF02781) is known color: Deep Cerise. HEX triplet: F0, 27 and 81. RGB value is (240,39,129). Sum of RGB (Red+Green+Blue) = 240+39+129=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F02781 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02781 is #0FD87E. Grayscale: #6D6D6D. Windows color (decimal): -1038463 or 8464368. OLE color: 8464368.

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

Color convert

RGB 240 39 129 -
CMYK 0 0.84 0.46 0.06
HSL 333.13º 0.87% 0.55% -
HSV(B) 333.13º 0.84% 0.94% -
XYZ 40.62 21.56 22.79 -
YUV 109.36 139.09 221.18 -
System Red Green Blue C M Y K H S L
Decimal 240 39 129 0 0.84 0.46 0.06 333.13 0.87 0.55
Hex F0 27 81 0 54 2E 6 14D 57 37
Octal 360 47 201 0 124 56 6 515 127 67
Binary 11110000 100111 10000001 0 1010100 101110 110 101001101 1010111 110111

Color Harmonies of #F02781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02781

Black with #F02781

Text Example


Text Example

White with #F02781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02781; }

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

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

background-color css

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

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

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

border-color css

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

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

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