#FF127C

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

Shades of Deep Pink #FF127C

Tints of Deep Pink #FF127C

Color information

#FF127C (or 0xFF127C) is unknown color: approx Deep Pink. HEX triplet: FF, 12 and 7C. RGB value is (255,18,124). Sum of RGB (Red+Green+Blue) = 255+18+124=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF127C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF127C is #00ED83. Grayscale: #646464. Windows color (decimal): -60804 or 8131327. OLE color: 8131327.

HSL color Cylindrical-coordinate representation of color #FF127C: hue angle of 333.16º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF127C is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB25518124-
CMYK00.930.510
HSL333.16º100%53.53%-
HSV(B)333.16º92.94%100%-
XYZ45.0923.1521.16-
YUV100.95141.02237.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.23%
GREEN value IS 18 (7.42% from 255) = 4.53%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=64.23%
G=4.53%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551812400.930.510333.1610053.53
HexFF127C05D33014d6436
Octal37722174013563051514466
Binary111111111001011111000101110111001101010011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF127C; }

 p { color: rgb(255,18,124); }

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

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

 a { background-color: rgb(255,18,124); }

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

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

 span { border-color: rgb(255,18,124); }

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