Html Css Color HEX #F2297C Deep Cerise

📋 copy color: '#F2297C'

red 242 ◦ green 41 ◦ blue 124

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

Shades of Deep Cerise #F2297C

Tints of Deep Cerise #F2297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.07%

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

R = 59.46%
G = 10.07%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2297C (or 0xF2297C) is known color: Deep Cerise. HEX triplet: F2, 29 and 7C. RGB value is (242,41,124). Sum of RGB (Red+Green+Blue) = 242+41+124=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F2297C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2297C is #0DD683. Grayscale: #6E6E6E. Windows color (decimal): -906884 or 8137202. OLE color: 8137202.

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

Color convert

RGB 242 41 124 -
CMYK 0 0.83 0.49 0.05
HSL 335.22º 0.89% 0.55% -
HSV(B) 335.22º 0.83% 0.95% -
XYZ 41.05 21.92 21.14 -
YUV 110.56 135.59 221.75 -
System Red Green Blue C M Y K H S L
Decimal 242 41 124 0 0.83 0.49 0.05 335.22 0.89 0.55
Hex F2 29 7C 0 53 31 5 14F 59 37
Octal 362 51 174 0 123 61 5 517 131 67
Binary 11110010 101001 1111100 0 1010011 110001 101 101001111 1011001 110111

Color Harmonies of #F2297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2297C

Black with #F2297C

Text Example


Text Example

White with #F2297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2297C; }

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

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

background-color css

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

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

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

border-color css

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

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

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