#FF1272

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

Shades of Deep Pink #FF1272

Tints of Deep Pink #FF1272

Color information

#FF1272 (or 0xFF1272) is unknown color: approx Deep Pink. HEX triplet: FF, 12 and 72. RGB value is (255,18,114). Sum of RGB (Red+Green+Blue) = 255+18+114=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1272 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1272 is #00ED8D. Grayscale: #636363. Windows color (decimal): -60814 or 7475967. OLE color: 7475967.

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

Color convert

RGB25518114-
CMYK00.930.550
HSL335.7º100%53.53%-
HSV(B)335.7º92.94%100%-
XYZ44.4922.9118-
YUV99.81136.02238.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.89%
GREEN value IS 18 (7.42% from 255) = 4.65%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=65.89%
G=4.65%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551811400.930.550335.710053.53
HexFF127205D3701506436
Octal37722162013567052014466
Binary111111111001011100100101110111011101010100001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1272; }

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

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

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

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

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

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

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

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