#FF147F

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

Shades of Deep Pink #FF147F

Tints of Deep Pink #FF147F

Color information

#FF147F (or 0xFF147F) is unknown color: approx Deep Pink. HEX triplet: FF, 14 and 7F. RGB value is (255,20,127). Sum of RGB (Red+Green+Blue) = 255+20+127=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF147F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF147F is #00EB80. Grayscale: #666666. Windows color (decimal): -60289 or 8328447. OLE color: 8328447.

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

Color convert

RGB25520127-
CMYK00.920.500
HSL332.68º100%53.92%-
HSV(B)332.68º92.16%100%-
XYZ45.3223.2922.19-
YUV102.46141.86236.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.43%
GREEN value IS 20 (8.20% from 255) = 4.98%
BLUE value IS 127 (50% from 255) = 31.59%
R=63.43%
G=4.98%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552012700.920.500332.6810053.92
HexFF147F05C32014d6436
Octal37724177013462051514466
Binary111111111010011111110101110011001001010011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF147F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF147F; }

 p { color: rgb(255,20,127); }

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

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

 a { background-color: rgb(255,20,127); }

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

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

 span { border-color: rgb(255,20,127); }

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