Html Css Color HEX #F2237C Deep Cerise

📋 copy color: '#F2237C'

red 242 ◦ green 35 ◦ blue 124

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

Shades of Deep Cerise #F2237C

Tints of Deep Cerise #F2237C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 60.35%
G = 8.73%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2237C (or 0xF2237C) is known color: Deep Cerise. HEX triplet: F2, 23 and 7C. RGB value is (242,35,124). Sum of RGB (Red+Green+Blue) = 242+35+124=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2237C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2237C is #0DDC83. Grayscale: #6A6A6A. Windows color (decimal): -908420 or 8135666. OLE color: 8135666.

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

Color convert

RGB 242 35 124 -
CMYK 0 0.86 0.49 0.05
HSL 334.2º 0.89% 0.54% -
HSV(B) 334.2º 0.86% 0.95% -
XYZ 40.86 21.53 21.07 -
YUV 107.04 137.58 224.26 -
System Red Green Blue C M Y K H S L
Decimal 242 35 124 0 0.86 0.49 0.05 334.2 0.89 0.54
Hex F2 23 7C 0 56 31 5 14E 59 36
Octal 362 43 174 0 126 61 5 516 131 66
Binary 11110010 100011 1111100 0 1010110 110001 101 101001110 1011001 110110

Color Harmonies of #F2237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2237C

Black with #F2237C

Text Example


Text Example

White with #F2237C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2237C; }

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

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

background-color css

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

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

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

border-color css

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

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

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