Shades of Hot Pink #FC62B2
Tints of Hot Pink #FC62B2
RGB
CMYK
RGB Variations
Color information
#FC62B2 (or 0xFC62B2) is known color: Hot Pink. HEX triplet: FC, 62 and B2. RGB value is (252,98,178). Sum of RGB (Red+Green+Blue) = 252+98+178=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 98 (38.67% from 255 or 18.56% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC62B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC62B2 is #039D4D. Grayscale: #999999. Windows color (decimal): -236878 or 11690748. OLE color: 11690748.
HSL color Cylindrical-coordinate representation of color #FC62B2: hue angle of 328.83º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC62B2 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 178 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.01 |
| HSL | 328.83º | 0.96% | 0.69% | - |
| HSV(B) | 328.83º | 0.61% | 0.99% | - |
| XYZ | 52.55 | 32.65 | 45.65 | - |
| YUV | 153.17 | 142.02 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 178 | 0 | 0.61 | 0.29 | 0.01 | 328.83 | 0.96 | 0.69 |
| Hex | FC | 62 | B2 | 0 | 3D | 1D | 1 | 149 | 60 | 45 |
| Octal | 374 | 142 | 262 | 0 | 75 | 35 | 1 | 511 | 140 | 105 |
| Binary | 11111100 | 1100010 | 10110010 | 0 | 111101 | 11101 | 1 | 101001001 | 1100000 | 1000101 |
Color Harmonies of #FC62B2
Complementary color
Monochromatic Colors of #FC62B2
Black with #FC62B2
Text Example
Text Example
White with #FC62B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC62B2; }
p { color: rgb(252,98,178); }
H1.HeaderClassName
{
color: #FC62B2;
}
.AnyTagClassName
{
color: #FC62B2;
}
</style>
background-color css
<style>
a { background-color: #FC62B2; }
a { background-color: rgb(252,98,178); }
div.DivClassName
{
background-color: #FC62B2;
}
.BgClassName
{
background-color: #FC62B2;
}
</style>
border-color css
<style>
span { border-color: #FC62B2; }
span { border-color: rgb(252,98,178); }
td.TdClassName
{
border-color: #FC62B2;
}
.TagClassName
{
border-color: #FC62B2;
}
</style>