Html Css Color HEX #F2237D Deep Cerise

📋 copy color: '#F2237D'

red 242 ◦ green 35 ◦ blue 125

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

Shades of Deep Cerise #F2237D

Tints of Deep Cerise #F2237D

RGB

 RED value IS 242 (94.92% from 255) = 60.2%

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

 BLUE value IS 125 (49.22% from 255) = 31.09%

R = 60.2%
G = 8.71%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2237D (or 0xF2237D) is known color: Deep Cerise. HEX triplet: F2, 23 and 7D. RGB value is (242,35,125). Sum of RGB (Red+Green+Blue) = 242+35+125=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F2237D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2237D is #0DDC82. Grayscale: #6B6B6B. Windows color (decimal): -908419 or 8201202. OLE color: 8201202.

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

Color convert

RGB 242 35 125 -
CMYK 0 0.86 0.48 0.05
HSL 333.91º 0.89% 0.54% -
HSV(B) 333.91º 0.86% 0.95% -
XYZ 40.92 21.56 21.41 -
YUV 107.15 138.08 224.18 -
System Red Green Blue C M Y K H S L
Decimal 242 35 125 0 0.86 0.48 0.05 333.91 0.89 0.54
Hex F2 23 7D 0 56 30 5 14E 59 36
Octal 362 43 175 0 126 60 5 516 131 66
Binary 11110010 100011 1111101 0 1010110 110000 101 101001110 1011001 110110

Color Harmonies of #F2237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2237D

Black with #F2237D

Text Example


Text Example

White with #F2237D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2237D; }

 p { color: rgb(242,35,125); }

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

background-color css

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

 a { background-color: rgb(242,35,125); }

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

border-color css

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

 span { border-color: rgb(242,35,125); }

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