#FF127D

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

Shades of Deep Pink #FF127D

Tints of Deep Pink #FF127D

Color information

#FF127D (or 0xFF127D) is unknown color: approx Deep Pink. HEX triplet: FF, 12 and 7D. RGB value is (255,18,125). Sum of RGB (Red+Green+Blue) = 255+18+125=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF127D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF127D is #00ED82. Grayscale: #646464. Windows color (decimal): -60803 or 8196863. OLE color: 8196863.

HSL color Cylindrical-coordinate representation of color #FF127D: hue angle of 332.91º 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 #FF127D is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB25518125-
CMYK00.930.510
HSL332.91º100%53.53%-
HSV(B)332.91º92.94%100%-
XYZ45.1623.1721.49-
YUV101.06141.52237.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.07%
GREEN value IS 18 (7.42% from 255) = 4.52%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=64.07%
G=4.52%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551812500.930.510332.9110053.53
HexFF127D05D33014d6436
Octal37722175013563051514466
Binary111111111001011111010101110111001101010011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF127D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF127D; }

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

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

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

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

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

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

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

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