Shades of Hot Pink #FA65BD
Tints of Hot Pink #FA65BD
RGB
CMYK
RGB Variations
Color information
#FA65BD (or 0xFA65BD) is known color: Hot Pink. HEX triplet: FA, 65 and BD. RGB value is (250,101,189). Sum of RGB (Red+Green+Blue) = 250+101+189=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65BD is #059A42. Grayscale: #9B9B9B. Windows color (decimal): -367171 or 12412410. OLE color: 12412410.
HSL color Cylindrical-coordinate representation of color #FA65BD: hue angle of 324.56º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA65BD is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 189 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.02 |
| HSL | 324.56º | 0.94% | 0.69% | - |
| HSV(B) | 324.56º | 0.6% | 0.98% | - |
| XYZ | 53.26 | 33.31 | 51.77 | - |
| YUV | 155.58 | 146.86 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 189 | 0 | 0.60 | 0.24 | 0.02 | 324.56 | 0.94 | 0.69 |
| Hex | FA | 65 | BD | 0 | 3C | 18 | 2 | 145 | 5E | 45 |
| Octal | 372 | 145 | 275 | 0 | 74 | 30 | 2 | 505 | 136 | 105 |
| Binary | 11111010 | 1100101 | 10111101 | 0 | 111100 | 11000 | 10 | 101000101 | 1011110 | 1000101 |
Color Harmonies of #FA65BD
Complementary color
Monochromatic Colors of #FA65BD
Black with #FA65BD
Text Example
Text Example
White with #FA65BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA65BD; }
p { color: rgb(250,101,189); }
H1.HeaderClassName
{
color: #FA65BD;
}
.AnyTagClassName
{
color: #FA65BD;
}
</style>
background-color css
<style>
a { background-color: #FA65BD; }
a { background-color: rgb(250,101,189); }
div.DivClassName
{
background-color: #FA65BD;
}
.BgClassName
{
background-color: #FA65BD;
}
</style>
border-color css
<style>
span { border-color: #FA65BD; }
span { border-color: rgb(250,101,189); }
td.TdClassName
{
border-color: #FA65BD;
}
.TagClassName
{
border-color: #FA65BD;
}
</style>