Html Css Color HEX #F22C7F Deep Cerise

📋 copy color: '#F22C7F'

red 242 ◦ green 44 ◦ blue 127

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

Shades of Deep Cerise #F22C7F

Tints of Deep Cerise #F22C7F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.65%

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

R = 58.6%
G = 10.65%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F22C7F (or 0xF22C7F) is known color: Deep Cerise. HEX triplet: F2, 2C and 7F. RGB value is (242,44,127). Sum of RGB (Red+Green+Blue) = 242+44+127=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22C7F is #0DD380. Grayscale: #707070. Windows color (decimal): -906113 or 8334578. OLE color: 8334578.

HSL color Cylindrical-coordinate representation of color #F22C7F: hue angle of 334.85º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F22C7F is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 44 127 -
CMYK 0 0.82 0.48 0.05
HSL 334.85º 0.88% 0.56% -
HSV(B) 334.85º 0.82% 0.95% -
XYZ 41.35 22.21 22.19 -
YUV 112.66 136.1 220.25 -
System Red Green Blue C M Y K H S L
Decimal 242 44 127 0 0.82 0.48 0.05 334.85 0.88 0.56
Hex F2 2C 7F 0 52 30 5 14F 58 38
Octal 362 54 177 0 122 60 5 517 130 70
Binary 11110010 101100 1111111 0 1010010 110000 101 101001111 1011000 111000

Color Harmonies of #F22C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22C7F

Black with #F22C7F

Text Example


Text Example

White with #F22C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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