Html Css Color HEX #F02B7E Deep Cerise

📋 copy color: '#F02B7E'

red 240 ◦ green 43 ◦ blue 126

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

Shades of Deep Cerise #F02B7E

Tints of Deep Cerise #F02B7E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.51%

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

R = 58.68%
G = 10.51%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F02B7E (or 0xF02B7E) is known color: Deep Cerise. HEX triplet: F0, 2B and 7E. RGB value is (240,43,126). Sum of RGB (Red+Green+Blue) = 240+43+126=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F02B7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02B7E is #0FD481. Grayscale: #6F6F6F. Windows color (decimal): -1037442 or 8268784. OLE color: 8268784.

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

Color convert

RGB 240 43 126 -
CMYK 0 0.82 0.48 0.06
HSL 334.72º 0.87% 0.55% -
HSV(B) 334.72º 0.82% 0.94% -
XYZ 40.56 21.76 21.8 -
YUV 111.37 136.27 219.75 -
System Red Green Blue C M Y K H S L
Decimal 240 43 126 0 0.82 0.48 0.06 334.72 0.87 0.55
Hex F0 2B 7E 0 52 30 6 14F 57 37
Octal 360 53 176 0 122 60 6 517 127 67
Binary 11110000 101011 1111110 0 1010010 110000 110 101001111 1010111 110111

Color Harmonies of #F02B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02B7E

Black with #F02B7E

Text Example


Text Example

White with #F02B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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