#FD6AB5

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

Shades of Hot Pink #FD6AB5

Tints of Hot Pink #FD6AB5

Color information

#FD6AB5 (or 0xFD6AB5) is unknown color: approx Hot Pink. HEX triplet: FD, 6A and B5. RGB value is (253,106,181). Sum of RGB (Red+Green+Blue) = 253+106+181=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6AB5 is #02954A. Grayscale: #9E9E9E. Windows color (decimal): -169291 or 11889405. OLE color: 11889405.

HSL color Cylindrical-coordinate representation of color #FD6AB5: hue angle of 329.39º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD6AB5 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB253106181-
CMYK00.580.280.01
HSL329.39º97.35%70.39%-
HSV(B)329.39º58.1%99.22%-
XYZ5434.5347.53-
YUV158.5140.7195.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.85%
GREEN value IS 106 (41.80% from 255) = 19.63%
BLUE value IS 181 (71.09% from 255) = 33.52%
R=46.85%
G=19.63%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310618100.580.280.01329.3997.3570.39
HexFD6AB503A1C11496146
Octal375152265072341511141106
Binary11111101110101010110101011101011100110100100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6AB5; }

 p { color: rgb(253,106,181); }

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

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

 a { background-color: rgb(253,106,181); }

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

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

 span { border-color: rgb(253,106,181); }

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