#FD71B5

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

Shades of Hot Pink #FD71B5

Tints of Hot Pink #FD71B5

Color information

#FD71B5 (or 0xFD71B5) is unknown color: approx Hot Pink. HEX triplet: FD, 71 and B5. RGB value is (253,113,181). Sum of RGB (Red+Green+Blue) = 253+113+181=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FD71B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD71B5 is #028E4A. Grayscale: #A2A2A2. Windows color (decimal): -167499 or 11891197. OLE color: 11891197.

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

Color convert

RGB253113181-
CMYK00.550.280.01
HSL330.86º97.22%71.76%-
HSV(B)330.86º55.34%99.22%-
XYZ54.7536.0347.78-
YUV162.61138.38192.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.25%
GREEN value IS 113 (44.53% from 255) = 20.66%
BLUE value IS 181 (71.09% from 255) = 33.09%
R=46.25%
G=20.66%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311318100.550.280.01330.8697.2271.76
HexFD71B50371C114b6148
Octal375161265067341513141110
Binary11111101111000110110101011011111100110100101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD71B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD71B5; }

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

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

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

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

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

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

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

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