Shades of Hot Pink #F968B2
Tints of Hot Pink #F968B2
RGB
CMYK
RGB Variations
Color information
#F968B2 (or 0xF968B2) is known color: Hot Pink. HEX triplet: F9, 68 and B2. RGB value is (249,104,178). Sum of RGB (Red+Green+Blue) = 249+104+178=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F968B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F968B2 is #06974D. Grayscale: #9B9B9B. Windows color (decimal): -431950 or 11692281. OLE color: 11692281.
HSL color Cylindrical-coordinate representation of color #F968B2: hue angle of 329.38º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F968B2 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 178 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.02 |
| HSL | 329.38º | 0.92% | 0.69% | - |
| HSV(B) | 329.38º | 0.58% | 0.98% | - |
| XYZ | 52.05 | 33.25 | 45.79 | - |
| YUV | 155.79 | 140.54 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 178 | 0 | 0.58 | 0.29 | 0.02 | 329.38 | 0.92 | 0.69 |
| Hex | F9 | 68 | B2 | 0 | 3A | 1D | 2 | 149 | 5C | 45 |
| Octal | 371 | 150 | 262 | 0 | 72 | 35 | 2 | 511 | 134 | 105 |
| Binary | 11111001 | 1101000 | 10110010 | 0 | 111010 | 11101 | 10 | 101001001 | 1011100 | 1000101 |
Color Harmonies of #F968B2
Complementary color
Monochromatic Colors of #F968B2
Black with #F968B2
Text Example
Text Example
White with #F968B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F968B2; }
p { color: rgb(249,104,178); }
H1.HeaderClassName
{
color: #F968B2;
}
.AnyTagClassName
{
color: #F968B2;
}
</style>
background-color css
<style>
a { background-color: #F968B2; }
a { background-color: rgb(249,104,178); }
div.DivClassName
{
background-color: #F968B2;
}
.BgClassName
{
background-color: #F968B2;
}
</style>
border-color css
<style>
span { border-color: #F968B2; }
span { border-color: rgb(249,104,178); }
td.TdClassName
{
border-color: #F968B2;
}
.TagClassName
{
border-color: #F968B2;
}
</style>