#FD5CB3

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

Shades of Hot Pink #FD5CB3

Tints of Hot Pink #FD5CB3

Color information

#FD5CB3 (or 0xFD5CB3) is unknown color: approx Hot Pink. HEX triplet: FD, 5C and B3. RGB value is (253,92,179). Sum of RGB (Red+Green+Blue) = 253+92+179=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 92 (36.33% from 255 or 17.56% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5CB3 is #02A34C. Grayscale: #959595. Windows color (decimal): -172877 or 11754749. OLE color: 11754749.

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

Color convert

RGB25392179-
CMYK00.640.290.01
HSL327.58º97.58%67.65%-
HSV(B)327.58º63.64%99.22%-
XYZ52.4731.7946.02-
YUV150.06144.34201.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.28%
GREEN value IS 92 (36.33% from 255) = 17.56%
BLUE value IS 179 (70.31% from 255) = 34.16%
R=48.28%
G=17.56%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539217900.640.290.01327.5897.5867.65
HexFD5CB30401D11486244
Octal3751342630100351510142104
Binary111111011011100101100110100000011101110100100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5CB3; }

 p { color: rgb(253,92,179); }

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

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

 a { background-color: rgb(253,92,179); }

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

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

 span { border-color: rgb(253,92,179); }

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