Html Css Color HEX #F2297F Deep Cerise

📋 copy color: '#F2297F'

red 242 ◦ green 41 ◦ blue 127

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

Shades of Deep Cerise #F2297F

Tints of Deep Cerise #F2297F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.98%

R = 59.02%
G = 10%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2297F (or 0xF2297F) is known color: Deep Cerise. HEX triplet: F2, 29 and 7F. RGB value is (242,41,127). Sum of RGB (Red+Green+Blue) = 242+41+127=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F2297F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2297F is #0DD680. Grayscale: #6E6E6E. Windows color (decimal): -906881 or 8333810. OLE color: 8333810.

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

Color convert

RGB 242 41 127 -
CMYK 0 0.83 0.48 0.05
HSL 334.33º 0.89% 0.55% -
HSV(B) 334.33º 0.83% 0.95% -
XYZ 41.24 22 22.15 -
YUV 110.9 137.09 221.51 -
System Red Green Blue C M Y K H S L
Decimal 242 41 127 0 0.83 0.48 0.05 334.33 0.89 0.55
Hex F2 29 7F 0 53 30 5 14E 59 37
Octal 362 51 177 0 123 60 5 516 131 67
Binary 11110010 101001 1111111 0 1010011 110000 101 101001110 1011001 110111

Color Harmonies of #F2297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2297F

Black with #F2297F

Text Example


Text Example

White with #F2297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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