Shades of Hot Pink #FD65BA
Tints of Hot Pink #FD65BA
RGB
CMYK
RGB Variations
Color information
#FD65BA (or 0xFD65BA) is known color: Hot Pink. HEX triplet: FD, 65 and BA. RGB value is (253,101,186). Sum of RGB (Red+Green+Blue) = 253+101+186=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD65BA is #029A45. Grayscale: #9B9B9B. Windows color (decimal): -170566 or 12215805. OLE color: 12215805.
HSL color Cylindrical-coordinate representation of color #FD65BA: hue angle of 326.45º 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 #FD65BA is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 186 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.01 |
| HSL | 326.45º | 0.97% | 0.69% | - |
| HSV(B) | 326.45º | 0.6% | 0.99% | - |
| XYZ | 54.02 | 33.74 | 50.12 | - |
| YUV | 156.14 | 144.86 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 186 | 0 | 0.60 | 0.26 | 0.01 | 326.45 | 0.97 | 0.69 |
| Hex | FD | 65 | BA | 0 | 3C | 1A | 1 | 146 | 61 | 45 |
| Octal | 375 | 145 | 272 | 0 | 74 | 32 | 1 | 506 | 141 | 105 |
| Binary | 11111101 | 1100101 | 10111010 | 0 | 111100 | 11010 | 1 | 101000110 | 1100001 | 1000101 |
Color Harmonies of #FD65BA
Complementary color
Monochromatic Colors of #FD65BA
Black with #FD65BA
Text Example
Text Example
White with #FD65BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD65BA; }
p { color: rgb(253,101,186); }
H1.HeaderClassName
{
color: #FD65BA;
}
.AnyTagClassName
{
color: #FD65BA;
}
</style>
background-color css
<style>
a { background-color: #FD65BA; }
a { background-color: rgb(253,101,186); }
div.DivClassName
{
background-color: #FD65BA;
}
.BgClassName
{
background-color: #FD65BA;
}
</style>
border-color css
<style>
span { border-color: #FD65BA; }
span { border-color: rgb(253,101,186); }
td.TdClassName
{
border-color: #FD65BA;
}
.TagClassName
{
border-color: #FD65BA;
}
</style>