#FD75B5

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

Shades of Hot Pink #FD75B5

Tints of Hot Pink #FD75B5

Color information

#FD75B5 (or 0xFD75B5) is unknown color: approx Hot Pink. HEX triplet: FD, 75 and B5. RGB value is (253,117,181). Sum of RGB (Red+Green+Blue) = 253+117+181=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FD75B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD75B5 is #028A4A. Grayscale: #A4A4A4. Windows color (decimal): -166475 or 11892221. OLE color: 11892221.

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

Color convert

RGB253117181-
CMYK00.540.280.01
HSL331.76º97.14%72.55%-
HSV(B)331.76º53.75%99.22%-
XYZ55.2136.9447.94-
YUV164.96137.06190.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.92%
GREEN value IS 117 (46.09% from 255) = 21.23%
BLUE value IS 181 (71.09% from 255) = 32.85%
R=45.92%
G=21.23%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311718100.540.280.01331.7697.1472.55
HexFD75B50361C114c6149
Octal375165265066341514141111
Binary11111101111010110110101011011011100110100110011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD75B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD75B5; }

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

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

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

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

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

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

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

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