Shades of Hot Pink #FF62BD
Tints of Hot Pink #FF62BD
RGB
CMYK
RGB Variations
Color information
#FF62BD (or 0xFF62BD) is known color: Hot Pink. HEX triplet: FF, 62 and BD. RGB value is (255,98,189). Sum of RGB (Red+Green+Blue) = 255+98+189=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 98 (38.67% from 255 or 18.08% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF62BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF62BD is #009D42. Grayscale: #9B9B9B. Windows color (decimal): -40259 or 12411647. OLE color: 12411647.
HSL color Cylindrical-coordinate representation of color #FF62BD: hue angle of 325.22º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF62BD is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 189 | - |
| CMYK | 0 | 0.62 | 0.26 | 0 |
| HSL | 325.22º | 1% | 0.69% | - |
| HSV(B) | 325.22º | 0.62% | 1% | - |
| XYZ | 54.79 | 33.67 | 51.76 | - |
| YUV | 155.32 | 147.01 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 189 | 0 | 0.62 | 0.26 | 0 | 325.22 | 1 | 0.69 |
| Hex | FF | 62 | BD | 0 | 3E | 1A | 0 | 145 | 64 | 45 |
| Octal | 377 | 142 | 275 | 0 | 76 | 32 | 0 | 505 | 144 | 105 |
| Binary | 11111111 | 1100010 | 10111101 | 0 | 111110 | 11010 | 0 | 101000101 | 1100100 | 1000101 |
Color Harmonies of #FF62BD
Complementary color
Monochromatic Colors of #FF62BD
Black with #FF62BD
Text Example
Text Example
White with #FF62BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF62BD; }
p { color: rgb(255,98,189); }
H1.HeaderClassName
{
color: #FF62BD;
}
.AnyTagClassName
{
color: #FF62BD;
}
</style>
background-color css
<style>
a { background-color: #FF62BD; }
a { background-color: rgb(255,98,189); }
div.DivClassName
{
background-color: #FF62BD;
}
.BgClassName
{
background-color: #FF62BD;
}
</style>
border-color css
<style>
span { border-color: #FF62BD; }
span { border-color: rgb(255,98,189); }
td.TdClassName
{
border-color: #FF62BD;
}
.TagClassName
{
border-color: #FF62BD;
}
</style>