#FD5FBA

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

Shades of Hot Pink #FD5FBA

Tints of Hot Pink #FD5FBA

Color information

#FD5FBA (or 0xFD5FBA) is unknown color: approx Hot Pink. HEX triplet: FD, 5F and BA. RGB value is (253,95,186). Sum of RGB (Red+Green+Blue) = 253+95+186=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5FBA is #02A045. Grayscale: #989898. Windows color (decimal): -172102 or 12214269. OLE color: 12214269.

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

Color convert

RGB25395186-
CMYK00.620.260.01
HSL325.44º97.53%68.24%-
HSV(B)325.44º62.45%99.22%-
XYZ53.4632.6149.93-
YUV152.62146.85199.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.38%
GREEN value IS 95 (37.5% from 255) = 17.79%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=47.38%
G=17.79%
B=34.83%

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
Decimal2539518600.620.260.01325.4497.5368.24
HexFD5FBA03E1A11456244
Octal375137272076321505142104
Binary11111101101111110111010011111011010110100010111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5FBA; }

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

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

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

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

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

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

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

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