#FF1475

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

Shades of Deep Pink #FF1475

Tints of Deep Pink #FF1475

Color information

#FF1475 (or 0xFF1475) is unknown color: approx Deep Pink. HEX triplet: FF, 14 and 75. RGB value is (255,20,117). Sum of RGB (Red+Green+Blue) = 255+20+117=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1475 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1475 is #00EB8A. Grayscale: #656565. Windows color (decimal): -60299 or 7673087. OLE color: 7673087.

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

Color convert

RGB25520117-
CMYK00.920.540
HSL335.23º100%53.92%-
HSV(B)335.23º92.16%100%-
XYZ44.723.0418.92-
YUV101.32136.86237.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.05%
GREEN value IS 20 (8.20% from 255) = 5.10%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=65.05%
G=5.10%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552011700.920.540335.2310053.92
HexFF147505C36014f6436
Octal37724165013466051714466
Binary111111111010011101010101110011011001010011111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF1475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF1475; }

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

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

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

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

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

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

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

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