#F1277C

Color #F1277C Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #F1277C

Tints of Deep Cerise #F1277C

Color information

#F1277C (or 0xF1277C) is unknown color: approx Deep Cerise. HEX triplet: F1, 27 and 7C. RGB value is (241,39,124). Sum of RGB (Red+Green+Blue) = 241+39+124=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F1277C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1277C is #0ED883. Grayscale: #6C6C6C. Windows color (decimal): -972932 or 8136689. OLE color: 8136689.

HSL color Cylindrical-coordinate representation of color #F1277C: hue angle of 334.75º degrees, saturation: 0.88, 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 #F1277C is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB24139124-
CMYK00.840.490.05
HSL334.75º87.83%54.9%-
HSV(B)334.75º83.82%94.51%-
XYZ40.6421.6121.1-
YUV109.09136.42222.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 59.65%
GREEN value IS 39 (15.62% from 255) = 9.65%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=59.65%
G=9.65%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2413912400.840.490.05334.7587.8354.9
HexF1277C05431514f5837
Octal36147174012461551713067
Binary111100011001111111100010101001100011011010011111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1277C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1277C; }

 p { color: rgb(241,39,124); }

 H1.HeaderClassName
 {
   color: #F1277C;
 }
 .AnyTagClassName
 {
   color: #F1277C;
 }
</style>
background-color css

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

 a { background-color: rgb(241,39,124); }

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

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

 span { border-color: rgb(241,39,124); }

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