Html Css Color HEX #F02885 Deep Cerise

📋 copy color: '#F02885'

red 240 ◦ green 40 ◦ blue 133

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

Shades of Deep Cerise #F02885

Tints of Deep Cerise #F02885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.2%

R = 58.11%
G = 9.69%
B = 32.2%

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

#F02885 (or 0xF02885) is known color: Deep Cerise. HEX triplet: F0, 28 and 85. RGB value is (240,40,133). Sum of RGB (Red+Green+Blue) = 240+40+133=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F02885 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02885 is #0FD77A. Grayscale: #6E6E6E. Windows color (decimal): -1038203 or 8726768. OLE color: 8726768.

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

Color convert

RGB 240 40 133 -
CMYK 0 0.83 0.45 0.06
HSL 332.1º 0.87% 0.55% -
HSV(B) 332.1º 0.83% 0.94% -
XYZ 40.93 21.74 24.23 -
YUV 110.4 140.76 220.44 -
System Red Green Blue C M Y K H S L
Decimal 240 40 133 0 0.83 0.45 0.06 332.1 0.87 0.55
Hex F0 28 85 0 53 2D 6 14C 57 37
Octal 360 50 205 0 123 55 6 514 127 67
Binary 11110000 101000 10000101 0 1010011 101101 110 101001100 1010111 110111

Color Harmonies of #F02885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02885

Black with #F02885

Text Example


Text Example

White with #F02885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02885; }

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

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

background-color css

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

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

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

border-color css

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

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

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