Shades of Tickle Me Pink #F381AF
Tints of Tickle Me Pink #F381AF
RGB
CMYK
RGB Variations
Color information
#F381AF (or 0xF381AF) is known color: Tickle Me Pink. HEX triplet: F3, 81 and AF. RGB value is (243,129,175). Sum of RGB (Red+Green+Blue) = 243+129+175=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F381AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F381AF is #0C7E50. Grayscale: #A8A8A8. Windows color (decimal): -818769 or 11502067. OLE color: 11502067.
HSL color Cylindrical-coordinate representation of color #F381AF: hue angle of 335.79º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F381AF is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 175 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.05 |
| HSL | 335.79º | 0.83% | 0.73% | - |
| HSV(B) | 335.79º | 0.47% | 0.95% | - |
| XYZ | 52.55 | 37.85 | 45.09 | - |
| YUV | 168.33 | 131.77 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 175 | 0 | 0.47 | 0.28 | 0.05 | 335.79 | 0.83 | 0.73 |
| Hex | F3 | 81 | AF | 0 | 2F | 1C | 5 | 150 | 53 | 49 |
| Octal | 363 | 201 | 257 | 0 | 57 | 34 | 5 | 520 | 123 | 111 |
| Binary | 11110011 | 10000001 | 10101111 | 0 | 101111 | 11100 | 101 | 101010000 | 1010011 | 1001001 |
Color Harmonies of #F381AF
Complementary color
Monochromatic Colors of #F381AF
Black with #F381AF
Text Example
Text Example
White with #F381AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F381AF; }
p { color: rgb(243,129,175); }
H1.HeaderClassName
{
color: #F381AF;
}
.AnyTagClassName
{
color: #F381AF;
}
</style>
background-color css
<style>
a { background-color: #F381AF; }
a { background-color: rgb(243,129,175); }
div.DivClassName
{
background-color: #F381AF;
}
.BgClassName
{
background-color: #F381AF;
}
</style>
border-color css
<style>
span { border-color: #F381AF; }
span { border-color: rgb(243,129,175); }
td.TdClassName
{
border-color: #F381AF;
}
.TagClassName
{
border-color: #F381AF;
}
</style>