#FF1279

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

Shades of Deep Pink #FF1279

Tints of Deep Pink #FF1279

Color information

#FF1279 (or 0xFF1279) is unknown color: approx Deep Pink. HEX triplet: FF, 12 and 79. RGB value is (255,18,121). Sum of RGB (Red+Green+Blue) = 255+18+121=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1279 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1279 is #00ED86. Grayscale: #646464. Windows color (decimal): -60807 or 7934719. OLE color: 7934719.

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

Color convert

RGB25518121-
CMYK00.930.530
HSL333.92º100%53.53%-
HSV(B)333.92º92.94%100%-
XYZ44.9123.0720.18-
YUV100.6139.52238.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 64.72%
GREEN value IS 18 (7.42% from 255) = 4.57%
BLUE value IS 121 (47.66% from 255) = 30.71%
R=64.72%
G=4.57%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551812100.930.530333.9210053.53
HexFF127905D35014e6436
Octal37722171013565051614466
Binary111111111001011110010101110111010101010011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1279; }

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

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

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

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

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

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

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

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