Html Css Color HEX #F0237A Deep Cerise

📋 copy color: '#F0237A'

red 240 ◦ green 35 ◦ blue 122

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

Shades of Deep Cerise #F0237A

Tints of Deep Cerise #F0237A

RGB

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

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

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

R = 60.45%
G = 8.82%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0237A (or 0xF0237A) is known color: Deep Cerise. HEX triplet: F0, 23 and 7A. RGB value is (240,35,122). Sum of RGB (Red+Green+Blue) = 240+35+122=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0237A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0237A is #0FDC85. Grayscale: #6A6A6A. Windows color (decimal): -1039494 or 8004592. OLE color: 8004592.

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

Color convert

RGB 240 35 122 -
CMYK 0 0.85 0.49 0.06
HSL 334.54º 0.87% 0.54% -
HSV(B) 334.54º 0.85% 0.94% -
XYZ 40.05 21.13 20.38 -
YUV 106.21 136.92 223.43 -
System Red Green Blue C M Y K H S L
Decimal 240 35 122 0 0.85 0.49 0.06 334.54 0.87 0.54
Hex F0 23 7A 0 55 31 6 14F 57 36
Octal 360 43 172 0 125 61 6 517 127 66
Binary 11110000 100011 1111010 0 1010101 110001 110 101001111 1010111 110110

Color Harmonies of #F0237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0237A

Black with #F0237A

Text Example


Text Example

White with #F0237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0237A; }

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

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

background-color css

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

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

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

border-color css

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

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

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