Shades of Tickle Me Pink #FA8098
Tints of Tickle Me Pink #FA8098
RGB
CMYK
RGB Variations
Color information
#FA8098 (or 0xFA8098) is known color: Tickle Me Pink. HEX triplet: FA, 80 and 98. RGB value is (250,128,152). Sum of RGB (Red+Green+Blue) = 250+128+152=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8098 is #057F67. Grayscale: #A7A7A7. Windows color (decimal): -360296 or 9994490. OLE color: 9994490.
HSL color Cylindrical-coordinate representation of color #FA8098: hue angle of 348.2º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA8098 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 152 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.02 |
| HSL | 348.2º | 0.92% | 0.74% | - |
| HSV(B) | 348.2º | 0.49% | 0.98% | - |
| XYZ | 52.81 | 38.03 | 34.26 | - |
| YUV | 167.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 152 | 0 | 0.49 | 0.39 | 0.02 | 348.2 | 0.92 | 0.74 |
| Hex | FA | 80 | 98 | 0 | 31 | 27 | 2 | 15C | 5C | 4A |
| Octal | 372 | 200 | 230 | 0 | 61 | 47 | 2 | 534 | 134 | 112 |
| Binary | 11111010 | 10000000 | 10011000 | 0 | 110001 | 100111 | 10 | 101011100 | 1011100 | 1001010 |
Color Harmonies of #FA8098
Complementary color
Monochromatic Colors of #FA8098
Black with #FA8098
Text Example
Text Example
White with #FA8098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8098; }
p { color: rgb(250,128,152); }
H1.HeaderClassName
{
color: #FA8098;
}
.AnyTagClassName
{
color: #FA8098;
}
</style>
background-color css
<style>
a { background-color: #FA8098; }
a { background-color: rgb(250,128,152); }
div.DivClassName
{
background-color: #FA8098;
}
.BgClassName
{
background-color: #FA8098;
}
</style>
border-color css
<style>
span { border-color: #FA8098; }
span { border-color: rgb(250,128,152); }
td.TdClassName
{
border-color: #FA8098;
}
.TagClassName
{
border-color: #FA8098;
}
</style>