Html Css Color HEX #F02983 Deep Cerise

📋 copy color: '#F02983'

red 240 ◦ green 41 ◦ blue 131

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

Shades of Deep Cerise #F02983

Tints of Deep Cerise #F02983

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.95%

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

R = 58.25%
G = 9.95%
B = 31.8%

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

#F02983 (or 0xF02983) is known color: Deep Cerise. HEX triplet: F0, 29 and 83. RGB value is (240,41,131). Sum of RGB (Red+Green+Blue) = 240+41+131=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F02983 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02983 is #0FD67C. Grayscale: #6E6E6E. Windows color (decimal): -1037949 or 8595952. OLE color: 8595952.

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

Color convert

RGB 240 41 131 -
CMYK 0 0.83 0.45 0.06
HSL 332.86º 0.87% 0.55% -
HSV(B) 332.86º 0.83% 0.94% -
XYZ 40.82 21.75 23.52 -
YUV 110.76 139.43 220.18 -
System Red Green Blue C M Y K H S L
Decimal 240 41 131 0 0.83 0.45 0.06 332.86 0.87 0.55
Hex F0 29 83 0 53 2D 6 14D 57 37
Octal 360 51 203 0 123 55 6 515 127 67
Binary 11110000 101001 10000011 0 1010011 101101 110 101001101 1010111 110111

Color Harmonies of #F02983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02983

Black with #F02983

Text Example


Text Example

White with #F02983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02983; }

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

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

background-color css

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

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

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

border-color css

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

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

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