Shades of Hot Pink #F967B2
Tints of Hot Pink #F967B2
RGB
CMYK
RGB Variations
Color information
#F967B2 (or 0xF967B2) is known color: Hot Pink. HEX triplet: F9, 67 and B2. RGB value is (249,103,178). Sum of RGB (Red+Green+Blue) = 249+103+178=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F967B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F967B2 is #06984D. Grayscale: #9B9B9B. Windows color (decimal): -432206 or 11692025. OLE color: 11692025.
HSL color Cylindrical-coordinate representation of color #F967B2: hue angle of 329.18º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F967B2 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 103 | 178 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.02 |
| HSL | 329.18º | 0.92% | 0.69% | - |
| HSV(B) | 329.18º | 0.59% | 0.98% | - |
| XYZ | 51.95 | 33.05 | 45.76 | - |
| YUV | 155.2 | 140.87 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 178 | 0 | 0.59 | 0.29 | 0.02 | 329.18 | 0.92 | 0.69 |
| Hex | F9 | 67 | B2 | 0 | 3B | 1D | 2 | 149 | 5C | 45 |
| Octal | 371 | 147 | 262 | 0 | 73 | 35 | 2 | 511 | 134 | 105 |
| Binary | 11111001 | 1100111 | 10110010 | 0 | 111011 | 11101 | 10 | 101001001 | 1011100 | 1000101 |
Color Harmonies of #F967B2
Complementary color
Monochromatic Colors of #F967B2
Black with #F967B2
Text Example
Text Example
White with #F967B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F967B2; }
p { color: rgb(249,103,178); }
H1.HeaderClassName
{
color: #F967B2;
}
.AnyTagClassName
{
color: #F967B2;
}
</style>
background-color css
<style>
a { background-color: #F967B2; }
a { background-color: rgb(249,103,178); }
div.DivClassName
{
background-color: #F967B2;
}
.BgClassName
{
background-color: #F967B2;
}
</style>
border-color css
<style>
span { border-color: #F967B2; }
span { border-color: rgb(249,103,178); }
td.TdClassName
{
border-color: #F967B2;
}
.TagClassName
{
border-color: #F967B2;
}
</style>