Html Css Color HEX #F02B7B Deep Cerise

📋 copy color: '#F02B7B'

red 240 ◦ green 43 ◦ blue 123

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

Shades of Deep Cerise #F02B7B

Tints of Deep Cerise #F02B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.3%

R = 59.11%
G = 10.59%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F02B7B (or 0xF02B7B) is known color: Deep Cerise. HEX triplet: F0, 2B and 7B. RGB value is (240,43,123). Sum of RGB (Red+Green+Blue) = 240+43+123=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F02B7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02B7B is #0FD484. Grayscale: #6E6E6E. Windows color (decimal): -1037445 or 8072176. OLE color: 8072176.

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

Color convert

RGB 240 43 123 -
CMYK 0 0.82 0.49 0.06
HSL 335.63º 0.87% 0.55% -
HSV(B) 335.63º 0.82% 0.94% -
XYZ 40.37 21.68 20.8 -
YUV 111.02 134.77 220 -
System Red Green Blue C M Y K H S L
Decimal 240 43 123 0 0.82 0.49 0.06 335.63 0.87 0.55
Hex F0 2B 7B 0 52 31 6 150 57 37
Octal 360 53 173 0 122 61 6 520 127 67
Binary 11110000 101011 1111011 0 1010010 110001 110 101010000 1010111 110111

Color Harmonies of #F02B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02B7B

Black with #F02B7B

Text Example


Text Example

White with #F02B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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