Html Css Color HEX #F0217B Deep Cerise

📋 copy color: '#F0217B'

red 240 ◦ green 33 ◦ blue 123

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

Shades of Deep Cerise #F0217B

Tints of Deep Cerise #F0217B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.33%

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

R = 60.61%
G = 8.33%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0217B (or 0xF0217B) is known color: Deep Cerise. HEX triplet: F0, 21 and 7B. RGB value is (240,33,123). Sum of RGB (Red+Green+Blue) = 240+33+123=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F0217B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0217B is #0FDE84. Grayscale: #696969. Windows color (decimal): -1040005 or 8069616. OLE color: 8069616.

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

Color convert

RGB 240 33 123 -
CMYK 0 0.86 0.49 0.06
HSL 333.91º 0.87% 0.54% -
HSV(B) 333.91º 0.86% 0.94% -
XYZ 40.05 21.04 20.69 -
YUV 105.15 138.08 224.18 -
System Red Green Blue C M Y K H S L
Decimal 240 33 123 0 0.86 0.49 0.06 333.91 0.87 0.54
Hex F0 21 7B 0 56 31 6 14E 57 36
Octal 360 41 173 0 126 61 6 516 127 66
Binary 11110000 100001 1111011 0 1010110 110001 110 101001110 1010111 110110

Color Harmonies of #F0217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0217B

Black with #F0217B

Text Example


Text Example

White with #F0217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0217B; }

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

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

background-color css

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

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

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

border-color css

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

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

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