#FD5AB4

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

Shades of Hot Pink #FD5AB4

Tints of Hot Pink #FD5AB4

Color information

#FD5AB4 (or 0xFD5AB4) is unknown color: approx Hot Pink. HEX triplet: FD, 5A and B4. RGB value is (253,90,180). Sum of RGB (Red+Green+Blue) = 253+90+180=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5AB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5AB4 is #02A54B. Grayscale: #949494. Windows color (decimal): -173388 or 11819773. OLE color: 11819773.

HSL color Cylindrical-coordinate representation of color #FD5AB4: hue angle of 326.87º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD5AB4 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB25390180-
CMYK00.640.290.01
HSL326.87º97.6%67.25%-
HSV(B)326.87º64.43%99.22%-
XYZ52.431.4946.5-
YUV149145.5202.18-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.37%
GREEN value IS 90 (35.55% from 255) = 17.21%
BLUE value IS 180 (70.70% from 255) = 34.42%
R=48.37%
G=17.21%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539018000.640.290.01326.8797.667.25
HexFD5AB40401D11476243
Octal3751322640100351507142103
Binary111111011011010101101000100000011101110100011111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5AB4; }

 p { color: rgb(253,90,180); }

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

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

 a { background-color: rgb(253,90,180); }

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

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

 span { border-color: rgb(253,90,180); }

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