#FD61BA

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

Shades of Hot Pink #FD61BA

Tints of Hot Pink #FD61BA

Color information

#FD61BA (or 0xFD61BA) is unknown color: approx Hot Pink. HEX triplet: FD, 61 and BA. RGB value is (253,97,186). Sum of RGB (Red+Green+Blue) = 253+97+186=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 97 (38.28% from 255 or 18.10% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FD61BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD61BA is #029E45. Grayscale: #999999. Windows color (decimal): -171590 or 12214781. OLE color: 12214781.

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

Color convert

RGB25397186-
CMYK00.620.260.01
HSL325.77º97.5%68.63%-
HSV(B)325.77º61.66%99.22%-
XYZ53.6532.9849.99-
YUV153.79146.18198.76-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.20%
GREEN value IS 97 (38.28% from 255) = 18.10%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=47.20%
G=18.10%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539718600.620.260.01325.7797.568.63
HexFD61BA03E1A11466245
Octal375141272076321506142105
Binary11111101110000110111010011111011010110100011011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD61BA; }

 p { color: rgb(253,97,186); }

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

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

 a { background-color: rgb(253,97,186); }

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

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

 span { border-color: rgb(253,97,186); }

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