#FD6BA2

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

Shades of Hot Pink #FD6BA2

Tints of Hot Pink #FD6BA2

Color information

#FD6BA2 (or 0xFD6BA2) is unknown color: approx Hot Pink. HEX triplet: FD, 6B and A2. RGB value is (253,107,162). Sum of RGB (Red+Green+Blue) = 253+107+162=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6BA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6BA2 is #02945D. Grayscale: #9C9C9C. Windows color (decimal): -169054 or 10644477. OLE color: 10644477.

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

Color convert

RGB253107162-
CMYK00.580.360.01
HSL337.4º97.33%70.59%-
HSV(B)337.4º57.71%99.22%-
XYZ52.2934.0137.99-
YUV156.92130.87196.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.47%
GREEN value IS 107 (42.19% from 255) = 20.50%
BLUE value IS 162 (63.67% from 255) = 31.03%
R=48.47%
G=20.50%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310716200.580.360.01337.497.3370.59
HexFD6BA203A2411516147
Octal375153242072441521141107
Binary111111011101011101000100111010100100110101000111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6BA2; }

 p { color: rgb(253,107,162); }

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

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

 a { background-color: rgb(253,107,162); }

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

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

 span { border-color: rgb(253,107,162); }

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