Shades of Tickle Me Pink #FA83A4
Tints of Tickle Me Pink #FA83A4
RGB
CMYK
RGB Variations
Color information
#FA83A4 (or 0xFA83A4) is known color: Tickle Me Pink. HEX triplet: FA, 83 and A4. RGB value is (250,131,164). Sum of RGB (Red+Green+Blue) = 250+131+164=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA83A4 is #057C5B. Grayscale: #AAAAAA. Windows color (decimal): -359516 or 10781690. OLE color: 10781690.
HSL color Cylindrical-coordinate representation of color #FA83A4: hue angle of 343.36º 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 #FA83A4 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 164 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.02 |
| HSL | 343.36º | 0.92% | 0.75% | - |
| HSV(B) | 343.36º | 0.48% | 0.98% | - |
| XYZ | 54.24 | 39.24 | 39.84 | - |
| YUV | 170.34 | 124.42 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 164 | 0 | 0.48 | 0.34 | 0.02 | 343.36 | 0.92 | 0.75 |
| Hex | FA | 83 | A4 | 0 | 30 | 22 | 2 | 157 | 5C | 4B |
| Octal | 372 | 203 | 244 | 0 | 60 | 42 | 2 | 527 | 134 | 113 |
| Binary | 11111010 | 10000011 | 10100100 | 0 | 110000 | 100010 | 10 | 101010111 | 1011100 | 1001011 |
Color Harmonies of #FA83A4
Complementary color
Monochromatic Colors of #FA83A4
Black with #FA83A4
Text Example
Text Example
White with #FA83A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA83A4; }
p { color: rgb(250,131,164); }
H1.HeaderClassName
{
color: #FA83A4;
}
.AnyTagClassName
{
color: #FA83A4;
}
</style>
background-color css
<style>
a { background-color: #FA83A4; }
a { background-color: rgb(250,131,164); }
div.DivClassName
{
background-color: #FA83A4;
}
.BgClassName
{
background-color: #FA83A4;
}
</style>
border-color css
<style>
span { border-color: #FA83A4; }
span { border-color: rgb(250,131,164); }
td.TdClassName
{
border-color: #FA83A4;
}
.TagClassName
{
border-color: #FA83A4;
}
</style>