Shades of Hot Pink #FD65B1
Tints of Hot Pink #FD65B1
RGB
CMYK
RGB Variations
Color information
#FD65B1 (or 0xFD65B1) is known color: Hot Pink. HEX triplet: FD, 65 and B1. RGB value is (253,101,177). Sum of RGB (Red+Green+Blue) = 253+101+177=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD65B1 is #029A4E. Grayscale: #9A9A9A. Windows color (decimal): -170575 or 11625981. OLE color: 11625981.
HSL color Cylindrical-coordinate representation of color #FD65B1: hue angle of 330º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD65B1 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 177 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.01 |
| HSL | 330º | 0.97% | 0.69% | - |
| HSV(B) | 330º | 0.6% | 0.99% | - |
| XYZ | 53.1 | 33.36 | 45.24 | - |
| YUV | 155.11 | 140.36 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 177 | 0 | 0.60 | 0.30 | 0.01 | 330 | 0.97 | 0.69 |
| Hex | FD | 65 | B1 | 0 | 3C | 1E | 1 | 14A | 61 | 45 |
| Octal | 375 | 145 | 261 | 0 | 74 | 36 | 1 | 512 | 141 | 105 |
| Binary | 11111101 | 1100101 | 10110001 | 0 | 111100 | 11110 | 1 | 101001010 | 1100001 | 1000101 |
Color Harmonies of #FD65B1
Complementary color
Monochromatic Colors of #FD65B1
Black with #FD65B1
Text Example
Text Example
White with #FD65B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD65B1; }
p { color: rgb(253,101,177); }
H1.HeaderClassName
{
color: #FD65B1;
}
.AnyTagClassName
{
color: #FD65B1;
}
</style>
background-color css
<style>
a { background-color: #FD65B1; }
a { background-color: rgb(253,101,177); }
div.DivClassName
{
background-color: #FD65B1;
}
.BgClassName
{
background-color: #FD65B1;
}
</style>
border-color css
<style>
span { border-color: #FD65B1; }
span { border-color: rgb(253,101,177); }
td.TdClassName
{
border-color: #FD65B1;
}
.TagClassName
{
border-color: #FD65B1;
}
</style>