Html Css Color HEX #F2277F Deep Cerise

📋 copy color: '#F2277F'

red 242 ◦ green 39 ◦ blue 127

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

Shades of Deep Cerise #F2277F

Tints of Deep Cerise #F2277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.56%

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

R = 59.31%
G = 9.56%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2277F (or 0xF2277F) is known color: Deep Cerise. HEX triplet: F2, 27 and 7F. RGB value is (242,39,127). Sum of RGB (Red+Green+Blue) = 242+39+127=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F2277F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2277F is #0DD880. Grayscale: #6D6D6D. Windows color (decimal): -907393 or 8333298. OLE color: 8333298.

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

Color convert

RGB 242 39 127 -
CMYK 0 0.84 0.48 0.05
HSL 333.99º 0.89% 0.55% -
HSV(B) 333.99º 0.84% 0.95% -
XYZ 41.17 21.86 22.13 -
YUV 109.73 137.75 222.34 -
System Red Green Blue C M Y K H S L
Decimal 242 39 127 0 0.84 0.48 0.05 333.99 0.89 0.55
Hex F2 27 7F 0 54 30 5 14E 59 37
Octal 362 47 177 0 124 60 5 516 131 67
Binary 11110010 100111 1111111 0 1010100 110000 101 101001110 1011001 110111

Color Harmonies of #F2277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2277F

Black with #F2277F

Text Example


Text Example

White with #F2277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2277F; }

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

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

background-color css

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

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

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

border-color css

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

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

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