Shades of Hot Pink #FD70B2
Tints of Hot Pink #FD70B2
RGB
CMYK
RGB Variations
Color information
#FD70B2 (or 0xFD70B2) is known color: Hot Pink. HEX triplet: FD, 70 and B2. RGB value is (253,112,178). Sum of RGB (Red+Green+Blue) = 253+112+178=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FD70B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD70B2 is #028F4D. Grayscale: #A1A1A1. Windows color (decimal): -167758 or 11694333. OLE color: 11694333.
HSL color Cylindrical-coordinate representation of color #FD70B2: hue angle of 331.91º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD70B2 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 178 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.01 |
| HSL | 331.91º | 0.97% | 0.72% | - |
| HSV(B) | 331.91º | 0.56% | 0.99% | - |
| XYZ | 54.34 | 35.69 | 46.14 | - |
| YUV | 161.68 | 137.21 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 178 | 0 | 0.56 | 0.30 | 0.01 | 331.91 | 0.97 | 0.72 |
| Hex | FD | 70 | B2 | 0 | 38 | 1E | 1 | 14C | 61 | 48 |
| Octal | 375 | 160 | 262 | 0 | 70 | 36 | 1 | 514 | 141 | 110 |
| Binary | 11111101 | 1110000 | 10110010 | 0 | 111000 | 11110 | 1 | 101001100 | 1100001 | 1001000 |
Color Harmonies of #FD70B2
Complementary color
Monochromatic Colors of #FD70B2
Black with #FD70B2
Text Example
Text Example
White with #FD70B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD70B2; }
p { color: rgb(253,112,178); }
H1.HeaderClassName
{
color: #FD70B2;
}
.AnyTagClassName
{
color: #FD70B2;
}
</style>
background-color css
<style>
a { background-color: #FD70B2; }
a { background-color: rgb(253,112,178); }
div.DivClassName
{
background-color: #FD70B2;
}
.BgClassName
{
background-color: #FD70B2;
}
</style>
border-color css
<style>
span { border-color: #FD70B2; }
span { border-color: rgb(253,112,178); }
td.TdClassName
{
border-color: #FD70B2;
}
.TagClassName
{
border-color: #FD70B2;
}
</style>