Shades of Tickle Me Pink #FA83A8
Tints of Tickle Me Pink #FA83A8
RGB
CMYK
RGB Variations
Color information
#FA83A8 (or 0xFA83A8) is known color: Tickle Me Pink. HEX triplet: FA, 83 and A8. RGB value is (250,131,168). Sum of RGB (Red+Green+Blue) = 250+131+168=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA83A8 is #057C57. Grayscale: #AAAAAA. Windows color (decimal): -359512 or 11043834. OLE color: 11043834.
HSL color Cylindrical-coordinate representation of color #FA83A8: hue angle of 341.34º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA83A8 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 168 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.02 |
| HSL | 341.34º | 0.92% | 0.75% | - |
| HSV(B) | 341.34º | 0.48% | 0.98% | - |
| XYZ | 54.61 | 39.38 | 41.77 | - |
| YUV | 170.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 168 | 0 | 0.48 | 0.33 | 0.02 | 341.34 | 0.92 | 0.75 |
| Hex | FA | 83 | A8 | 0 | 30 | 21 | 2 | 155 | 5C | 4B |
| Octal | 372 | 203 | 250 | 0 | 60 | 41 | 2 | 525 | 134 | 113 |
| Binary | 11111010 | 10000011 | 10101000 | 0 | 110000 | 100001 | 10 | 101010101 | 1011100 | 1001011 |
Color Harmonies of #FA83A8
Complementary color
Monochromatic Colors of #FA83A8
Black with #FA83A8
Text Example
Text Example
White with #FA83A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA83A8; }
p { color: rgb(250,131,168); }
H1.HeaderClassName
{
color: #FA83A8;
}
.AnyTagClassName
{
color: #FA83A8;
}
</style>
background-color css
<style>
a { background-color: #FA83A8; }
a { background-color: rgb(250,131,168); }
div.DivClassName
{
background-color: #FA83A8;
}
.BgClassName
{
background-color: #FA83A8;
}
</style>
border-color css
<style>
span { border-color: #FA83A8; }
span { border-color: rgb(250,131,168); }
td.TdClassName
{
border-color: #FA83A8;
}
.TagClassName
{
border-color: #FA83A8;
}
</style>