Html Css Color HEX #F2247C Deep Cerise

📋 copy color: '#F2247C'

red 242 ◦ green 36 ◦ blue 124

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

Shades of Deep Cerise #F2247C

Tints of Deep Cerise #F2247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.96%

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

R = 60.2%
G = 8.96%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2247C (or 0xF2247C) is known color: Deep Cerise. HEX triplet: F2, 24 and 7C. RGB value is (242,36,124). Sum of RGB (Red+Green+Blue) = 242+36+124=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F2247C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2247C is #0DDB83. Grayscale: #6B6B6B. Windows color (decimal): -908164 or 8135922. OLE color: 8135922.

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

Color convert

RGB 242 36 124 -
CMYK 0 0.85 0.49 0.05
HSL 334.37º 0.89% 0.55% -
HSV(B) 334.37º 0.85% 0.95% -
XYZ 40.89 21.59 21.08 -
YUV 107.63 137.25 223.84 -
System Red Green Blue C M Y K H S L
Decimal 242 36 124 0 0.85 0.49 0.05 334.37 0.89 0.55
Hex F2 24 7C 0 55 31 5 14E 59 37
Octal 362 44 174 0 125 61 5 516 131 67
Binary 11110010 100100 1111100 0 1010101 110001 101 101001110 1011001 110111

Color Harmonies of #F2247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2247C

Black with #F2247C

Text Example


Text Example

White with #F2247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2247C; }

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

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

background-color css

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

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

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

border-color css

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

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

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