Shades of Hot Pink #FF74B6
Tints of Hot Pink #FF74B6
RGB
CMYK
RGB Variations
Color information
#FF74B6 (or 0xFF74B6) is known color: Hot Pink. HEX triplet: FF, 74 and B6. RGB value is (255,116,182). Sum of RGB (Red+Green+Blue) = 255+116+182=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74B6 is #008B49. Grayscale: #A4A4A4. Windows color (decimal): -35658 or 11957503. OLE color: 11957503.
HSL color Cylindrical-coordinate representation of color #FF74B6: hue angle of 331.51º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF74B6 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 182 | - |
| CMYK | 0 | 0.55 | 0.29 | 0 |
| HSL | 331.51º | 1% | 0.73% | - |
| HSV(B) | 331.51º | 0.55% | 1% | - |
| XYZ | 55.93 | 37.13 | 48.47 | - |
| YUV | 165.09 | 137.55 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 182 | 0 | 0.55 | 0.29 | 0 | 331.51 | 1 | 0.73 |
| Hex | FF | 74 | B6 | 0 | 37 | 1D | 0 | 14C | 64 | 49 |
| Octal | 377 | 164 | 266 | 0 | 67 | 35 | 0 | 514 | 144 | 111 |
| Binary | 11111111 | 1110100 | 10110110 | 0 | 110111 | 11101 | 0 | 101001100 | 1100100 | 1001001 |
Color Harmonies of #FF74B6
Complementary color
Monochromatic Colors of #FF74B6
Black with #FF74B6
Text Example
Text Example
White with #FF74B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74B6; }
p { color: rgb(255,116,182); }
H1.HeaderClassName
{
color: #FF74B6;
}
.AnyTagClassName
{
color: #FF74B6;
}
</style>
background-color css
<style>
a { background-color: #FF74B6; }
a { background-color: rgb(255,116,182); }
div.DivClassName
{
background-color: #FF74B6;
}
.BgClassName
{
background-color: #FF74B6;
}
</style>
border-color css
<style>
span { border-color: #FF74B6; }
span { border-color: rgb(255,116,182); }
td.TdClassName
{
border-color: #FF74B6;
}
.TagClassName
{
border-color: #FF74B6;
}
</style>