Html Css Color HEX #F02883 Deep Cerise

📋 copy color: '#F02883'

red 240 ◦ green 40 ◦ blue 131

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

Shades of Deep Cerise #F02883

Tints of Deep Cerise #F02883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.87%

R = 58.39%
G = 9.73%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F02883 (or 0xF02883) is known color: Deep Cerise. HEX triplet: F0, 28 and 83. RGB value is (240,40,131). Sum of RGB (Red+Green+Blue) = 240+40+131=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F02883 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02883 is #0FD77C. Grayscale: #6E6E6E. Windows color (decimal): -1038205 or 8595696. OLE color: 8595696.

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

Color convert

RGB 240 40 131 -
CMYK 0 0.83 0.45 0.06
HSL 332.7º 0.87% 0.55% -
HSV(B) 332.7º 0.83% 0.94% -
XYZ 40.79 21.68 23.51 -
YUV 110.17 139.76 220.6 -
System Red Green Blue C M Y K H S L
Decimal 240 40 131 0 0.83 0.45 0.06 332.7 0.87 0.55
Hex F0 28 83 0 53 2D 6 14D 57 37
Octal 360 50 203 0 123 55 6 515 127 67
Binary 11110000 101000 10000011 0 1010011 101101 110 101001101 1010111 110111

Color Harmonies of #F02883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02883

Black with #F02883

Text Example


Text Example

White with #F02883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02883; }

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

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

background-color css

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

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

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

border-color css

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

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

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