Shades of Hot Pink #FD6DA4
Tints of Hot Pink #FD6DA4
RGB
CMYK
RGB Variations
Color information
#FD6DA4 (or 0xFD6DA4) is known color: Hot Pink. HEX triplet: FD, 6D and A4. RGB value is (253,109,164). Sum of RGB (Red+Green+Blue) = 253+109+164=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 164 (64.45% from 255 or 31.18% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6DA4 is #02925B. Grayscale: #9E9E9E. Windows color (decimal): -168540 or 10776061. OLE color: 10776061.
HSL color Cylindrical-coordinate representation of color #FD6DA4: hue angle of 337.08º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD6DA4 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 109 | 164 | - |
CMYK | 0 | 0.57 | 0.35 | 0.01 |
HSL | 337.08º | 0.97% | 0.71% | - |
HSV(B) | 337.08º | 0.57% | 0.99% | - |
XYZ | 52.68 | 34.5 | 39 | - |
YUV | 158.33 | 131.21 | 195.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 109 | 164 | 0 | 0.57 | 0.35 | 0.01 | 337.08 | 0.97 | 0.71 |
Hex | FD | 6D | A4 | 0 | 39 | 23 | 1 | 151 | 61 | 47 |
Octal | 375 | 155 | 244 | 0 | 71 | 43 | 1 | 521 | 141 | 107 |
Binary | 11111101 | 1101101 | 10100100 | 0 | 111001 | 100011 | 1 | 101010001 | 1100001 | 1000111 |
Color Harmonies of #FD6DA4
Complementary color
Monochromatic Colors of #FD6DA4
Black with #FD6DA4
Text Example
Text Example
White with #FD6DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6DA4; }
p { color: rgb(253,109,164); }
H1.HeaderClassName
{
color: #FD6DA4;
}
.AnyTagClassName
{
color: #FD6DA4;
}
</style>
background-color css
<style>
a { background-color: #FD6DA4; }
a { background-color: rgb(253,109,164); }
div.DivClassName
{
background-color: #FD6DA4;
}
.BgClassName
{
background-color: #FD6DA4;
}
</style>
border-color css
<style>
span { border-color: #FD6DA4; }
span { border-color: rgb(253,109,164); }
td.TdClassName
{
border-color: #FD6DA4;
}
.TagClassName
{
border-color: #FD6DA4;
}
</style>