Html Css Color HEX #F0227E Deep Cerise

📋 copy color: '#F0227E'

red 240 ◦ green 34 ◦ blue 126

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

Shades of Deep Cerise #F0227E

Tints of Deep Cerise #F0227E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.5%

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

R = 60%
G = 8.5%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0227E (or 0xF0227E) is known color: Deep Cerise. HEX triplet: F0, 22 and 7E. RGB value is (240,34,126). Sum of RGB (Red+Green+Blue) = 240+34+126=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0227E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0227E is #0FDD81. Grayscale: #696969. Windows color (decimal): -1039746 or 8266480. OLE color: 8266480.

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

Color convert

RGB 240 34 126 -
CMYK 0 0.86 0.48 0.06
HSL 333.2º 0.87% 0.54% -
HSV(B) 333.2º 0.86% 0.94% -
XYZ 40.27 21.18 21.7 -
YUV 106.08 139.25 223.52 -
System Red Green Blue C M Y K H S L
Decimal 240 34 126 0 0.86 0.48 0.06 333.2 0.87 0.54
Hex F0 22 7E 0 56 30 6 14D 57 36
Octal 360 42 176 0 126 60 6 515 127 66
Binary 11110000 100010 1111110 0 1010110 110000 110 101001101 1010111 110110

Color Harmonies of #F0227E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0227E

Black with #F0227E

Text Example


Text Example

White with #F0227E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0227E; }

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

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

background-color css

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

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

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

border-color css

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

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

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