Shades of Tickle Me Pink #F982B2
Tints of Tickle Me Pink #F982B2
RGB
CMYK
RGB Variations
Color information
#F982B2 (or 0xF982B2) is known color: Tickle Me Pink. HEX triplet: F9, 82 and B2. RGB value is (249,130,178). Sum of RGB (Red+Green+Blue) = 249+130+178=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F982B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F982B2 is #067D4D. Grayscale: #AAAAAA. Windows color (decimal): -425294 or 11698937. OLE color: 11698937.
HSL color Cylindrical-coordinate representation of color #F982B2: hue angle of 335.8º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F982B2 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 178 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.02 |
| HSL | 335.8º | 0.91% | 0.74% | - |
| HSV(B) | 335.8º | 0.48% | 0.98% | - |
| XYZ | 55.09 | 39.32 | 46.81 | - |
| YUV | 171.05 | 131.92 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 178 | 0 | 0.48 | 0.29 | 0.02 | 335.8 | 0.91 | 0.74 |
| Hex | F9 | 82 | B2 | 0 | 30 | 1D | 2 | 150 | 5B | 4A |
| Octal | 371 | 202 | 262 | 0 | 60 | 35 | 2 | 520 | 133 | 112 |
| Binary | 11111001 | 10000010 | 10110010 | 0 | 110000 | 11101 | 10 | 101010000 | 1011011 | 1001010 |
Color Harmonies of #F982B2
Complementary color
Monochromatic Colors of #F982B2
Black with #F982B2
Text Example
Text Example
White with #F982B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982B2; }
p { color: rgb(249,130,178); }
H1.HeaderClassName
{
color: #F982B2;
}
.AnyTagClassName
{
color: #F982B2;
}
</style>
background-color css
<style>
a { background-color: #F982B2; }
a { background-color: rgb(249,130,178); }
div.DivClassName
{
background-color: #F982B2;
}
.BgClassName
{
background-color: #F982B2;
}
</style>
border-color css
<style>
span { border-color: #F982B2; }
span { border-color: rgb(249,130,178); }
td.TdClassName
{
border-color: #F982B2;
}
.TagClassName
{
border-color: #F982B2;
}
</style>