Html Css Color HEX #F2247F Deep Cerise

📋 copy color: '#F2247F'

red 242 ◦ green 36 ◦ blue 127

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

Shades of Deep Cerise #F2247F

Tints of Deep Cerise #F2247F

RGB

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

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

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

R = 59.75%
G = 8.89%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2247F (or 0xF2247F) is known color: Deep Cerise. HEX triplet: F2, 24 and 7F. RGB value is (242,36,127). Sum of RGB (Red+Green+Blue) = 242+36+127=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2247F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2247F is #0DDB80. Grayscale: #6B6B6B. Windows color (decimal): -908161 or 8332530. OLE color: 8332530.

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

Color convert

RGB 242 36 127 -
CMYK 0 0.85 0.48 0.05
HSL 333.5º 0.89% 0.55% -
HSV(B) 333.5º 0.85% 0.95% -
XYZ 41.08 21.67 22.1 -
YUV 107.97 138.75 223.6 -
System Red Green Blue C M Y K H S L
Decimal 242 36 127 0 0.85 0.48 0.05 333.5 0.89 0.55
Hex F2 24 7F 0 55 30 5 14D 59 37
Octal 362 44 177 0 125 60 5 515 131 67
Binary 11110010 100100 1111111 0 1010101 110000 101 101001101 1011001 110111

Color Harmonies of #F2247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2247F

Black with #F2247F

Text Example


Text Example

White with #F2247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2247F; }

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

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

background-color css

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

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

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

border-color css

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

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

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