Shades of Tickle Me Pink #FA72A8
Tints of Tickle Me Pink #FA72A8
RGB
CMYK
RGB Variations
Color information
#FA72A8 (or 0xFA72A8) is known color: Tickle Me Pink. HEX triplet: FA, 72 and A8. RGB value is (250,114,168). Sum of RGB (Red+Green+Blue) = 250+114+168=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FA72A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA72A8 is #058D57. Grayscale: #A0A0A0. Windows color (decimal): -363864 or 11039482. OLE color: 11039482.
HSL color Cylindrical-coordinate representation of color #FA72A8: hue angle of 336.18º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA72A8 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 114 | 168 | - |
CMYK | 0 | 0.54 | 0.33 | 0.02 |
HSL | 336.18º | 0.93% | 0.71% | - |
HSV(B) | 336.18º | 0.54% | 0.98% | - |
XYZ | 52.51 | 35.19 | 41.07 | - |
YUV | 160.82 | 132.06 | 191.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 114 | 168 | 0 | 0.54 | 0.33 | 0.02 | 336.18 | 0.93 | 0.71 |
Hex | FA | 72 | A8 | 0 | 36 | 21 | 2 | 150 | 5D | 47 |
Octal | 372 | 162 | 250 | 0 | 66 | 41 | 2 | 520 | 135 | 107 |
Binary | 11111010 | 1110010 | 10101000 | 0 | 110110 | 100001 | 10 | 101010000 | 1011101 | 1000111 |
Color Harmonies of #FA72A8
Complementary color
Monochromatic Colors of #FA72A8
Black with #FA72A8
Text Example
Text Example
White with #FA72A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA72A8; }
p { color: rgb(250,114,168); }
H1.HeaderClassName
{
color: #FA72A8;
}
.AnyTagClassName
{
color: #FA72A8;
}
</style>
background-color css
<style>
a { background-color: #FA72A8; }
a { background-color: rgb(250,114,168); }
div.DivClassName
{
background-color: #FA72A8;
}
.BgClassName
{
background-color: #FA72A8;
}
</style>
border-color css
<style>
span { border-color: #FA72A8; }
span { border-color: rgb(250,114,168); }
td.TdClassName
{
border-color: #FA72A8;
}
.TagClassName
{
border-color: #FA72A8;
}
</style>