#FD61B8

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

Shades of Hot Pink #FD61B8

Tints of Hot Pink #FD61B8

Color information

#FD61B8 (or 0xFD61B8) is unknown color: approx Hot Pink. HEX triplet: FD, 61 and B8. RGB value is (253,97,184). Sum of RGB (Red+Green+Blue) = 253+97+184=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 97 (38.28% from 255 or 18.16% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FD61B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD61B8 is #029E47. Grayscale: #999999. Windows color (decimal): -171592 or 12083709. OLE color: 12083709.

HSL color Cylindrical-coordinate representation of color #FD61B8: hue angle of 326.54º 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 #FD61B8 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB25397184-
CMYK00.620.270.01
HSL326.54º97.5%68.63%-
HSV(B)326.54º61.66%99.22%-
XYZ53.4332.8948.88-
YUV153.56145.18198.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.38%
GREEN value IS 97 (38.28% from 255) = 18.16%
BLUE value IS 184 (72.27% from 255) = 34.46%
R=47.38%
G=18.16%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539718400.620.270.01326.5497.568.63
HexFD61B803E1B11476245
Octal375141270076331507142105
Binary11111101110000110111000011111011011110100011111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD61B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD61B8; }

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

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

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

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

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

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

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

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