Shades of Hot Pink #F16CB2
Tints of Hot Pink #F16CB2
RGB
CMYK
RGB Variations
Color information
#F16CB2 (or 0xF16CB2) is known color: Hot Pink. HEX triplet: F1, 6C and B2. RGB value is (241,108,178). Sum of RGB (Red+Green+Blue) = 241+108+178=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16CB2 is #0E934D. Grayscale: #9B9B9B. Windows color (decimal): -955214 or 11693297. OLE color: 11693297.
HSL color Cylindrical-coordinate representation of color #F16CB2: hue angle of 328.42º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16CB2 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 178 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.05 |
| HSL | 328.42º | 0.83% | 0.68% | - |
| HSV(B) | 328.42º | 0.55% | 0.95% | - |
| XYZ | 49.67 | 32.64 | 45.8 | - |
| YUV | 155.75 | 140.56 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 178 | 0 | 0.55 | 0.26 | 0.05 | 328.42 | 0.83 | 0.68 |
| Hex | F1 | 6C | B2 | 0 | 37 | 1A | 5 | 148 | 53 | 44 |
| Octal | 361 | 154 | 262 | 0 | 67 | 32 | 5 | 510 | 123 | 104 |
| Binary | 11110001 | 1101100 | 10110010 | 0 | 110111 | 11010 | 101 | 101001000 | 1010011 | 1000100 |
Color Harmonies of #F16CB2
Complementary color
Monochromatic Colors of #F16CB2
Black with #F16CB2
Text Example
Text Example
White with #F16CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16CB2; }
p { color: rgb(241,108,178); }
H1.HeaderClassName
{
color: #F16CB2;
}
.AnyTagClassName
{
color: #F16CB2;
}
</style>
background-color css
<style>
a { background-color: #F16CB2; }
a { background-color: rgb(241,108,178); }
div.DivClassName
{
background-color: #F16CB2;
}
.BgClassName
{
background-color: #F16CB2;
}
</style>
border-color css
<style>
span { border-color: #F16CB2; }
span { border-color: rgb(241,108,178); }
td.TdClassName
{
border-color: #F16CB2;
}
.TagClassName
{
border-color: #F16CB2;
}
</style>