Html Css Color HEX #F0237E Deep Cerise

📋 copy color: '#F0237E'

red 240 ◦ green 35 ◦ blue 126

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

Shades of Deep Cerise #F0237E

Tints of Deep Cerise #F0237E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.73%

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

R = 59.85%
G = 8.73%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0237E (or 0xF0237E) is known color: Deep Cerise. HEX triplet: F0, 23 and 7E. RGB value is (240,35,126). Sum of RGB (Red+Green+Blue) = 240+35+126=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0237E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0237E is #0FDC81. Grayscale: #6A6A6A. Windows color (decimal): -1039490 or 8266736. OLE color: 8266736.

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

Color convert

RGB 240 35 126 -
CMYK 0 0.85 0.48 0.06
HSL 333.37º 0.87% 0.54% -
HSV(B) 333.37º 0.85% 0.94% -
XYZ 40.3 21.23 21.71 -
YUV 106.67 138.92 223.1 -
System Red Green Blue C M Y K H S L
Decimal 240 35 126 0 0.85 0.48 0.06 333.37 0.87 0.54
Hex F0 23 7E 0 55 30 6 14D 57 36
Octal 360 43 176 0 125 60 6 515 127 66
Binary 11110000 100011 1111110 0 1010101 110000 110 101001101 1010111 110110

Color Harmonies of #F0237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0237E

Black with #F0237E

Text Example


Text Example

White with #F0237E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0237E; }

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

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

background-color css

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

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

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

border-color css

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

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

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