Html Css Color HEX #F02E7E Deep Cerise

📋 copy color: '#F02E7E'

red 240 ◦ green 46 ◦ blue 126

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

Shades of Deep Cerise #F02E7E

Tints of Deep Cerise #F02E7E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.17%

 BLUE value IS 126 (49.61% from 255) = 30.58%

R = 58.25%
G = 11.17%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F02E7E (or 0xF02E7E) is known color: Deep Cerise. HEX triplet: F0, 2E and 7E. RGB value is (240,46,126). Sum of RGB (Red+Green+Blue) = 240+46+126=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F02E7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02E7E is #0FD181. Grayscale: #717171. Windows color (decimal): -1036674 or 8269552. OLE color: 8269552.

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

Color convert

RGB 240 46 126 -
CMYK 0 0.81 0.48 0.06
HSL 335.26º 0.87% 0.56% -
HSV(B) 335.26º 0.81% 0.94% -
XYZ 40.68 21.99 21.84 -
YUV 113.13 135.27 218.5 -
System Red Green Blue C M Y K H S L
Decimal 240 46 126 0 0.81 0.48 0.06 335.26 0.87 0.56
Hex F0 2E 7E 0 51 30 6 14F 57 38
Octal 360 56 176 0 121 60 6 517 127 70
Binary 11110000 101110 1111110 0 1010001 110000 110 101001111 1010111 111000

Color Harmonies of #F02E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02E7E

Black with #F02E7E

Text Example


Text Example

White with #F02E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02E7E; }

 p { color: rgb(240,46,126); }

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

background-color css

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

 a { background-color: rgb(240,46,126); }

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

border-color css

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

 span { border-color: rgb(240,46,126); }

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