Html Css Color HEX #F0207A Deep Cerise

📋 copy color: '#F0207A'

red 240 ◦ green 32 ◦ blue 122

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

Shades of Deep Cerise #F0207A

Tints of Deep Cerise #F0207A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.12%

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 60.91%
G = 8.12%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0207A (or 0xF0207A) is known color: Deep Cerise. HEX triplet: F0, 20 and 7A. RGB value is (240,32,122). Sum of RGB (Red+Green+Blue) = 240+32+122=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F0207A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0207A is #0FDF85. Grayscale: #686868. Windows color (decimal): -1040262 or 8003824. OLE color: 8003824.

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

Color convert

RGB 240 32 122 -
CMYK 0 0.87 0.49 0.06
HSL 334.04º 0.87% 0.53% -
HSV(B) 334.04º 0.87% 0.94% -
XYZ 39.96 20.96 20.35 -
YUV 104.45 137.91 224.68 -
System Red Green Blue C M Y K H S L
Decimal 240 32 122 0 0.87 0.49 0.06 334.04 0.87 0.53
Hex F0 20 7A 0 57 31 6 14E 57 35
Octal 360 40 172 0 127 61 6 516 127 65
Binary 11110000 100000 1111010 0 1010111 110001 110 101001110 1010111 110101

Color Harmonies of #F0207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0207A

Black with #F0207A

Text Example


Text Example

White with #F0207A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0207A; }

 p { color: rgb(240,32,122); }

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

background-color css

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

 a { background-color: rgb(240,32,122); }

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

border-color css

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

 span { border-color: rgb(240,32,122); }

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