Shades of Tickle Me Pink #F381A0
Tints of Tickle Me Pink #F381A0
RGB
CMYK
RGB Variations
Color information
#F381A0 (or 0xF381A0) is known color: Tickle Me Pink. HEX triplet: F3, 81 and A0. RGB value is (243,129,160). Sum of RGB (Red+Green+Blue) = 243+129+160=532 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.68% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 243 - color contains mainly: red. Hex color #F381A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F381A0 is #0C7E5F. Grayscale: #A6A6A6. Windows color (decimal): -818784 or 10519027. OLE color: 10519027.
HSL color Cylindrical-coordinate representation of color #F381A0: hue angle of 343.68º 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 #F381A0 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 129 | 160 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.05 |
| HSL | 343.68º | 0.83% | 0.73% | - |
| HSV(B) | 343.68º | 0.47% | 0.95% | - |
| XYZ | 51.16 | 37.29 | 37.76 | - |
| YUV | 166.62 | 124.27 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 129 | 160 | 0 | 0.47 | 0.34 | 0.05 | 343.68 | 0.83 | 0.73 |
| Hex | F3 | 81 | A0 | 0 | 2F | 22 | 5 | 158 | 53 | 49 |
| Octal | 363 | 201 | 240 | 0 | 57 | 42 | 5 | 530 | 123 | 111 |
| Binary | 11110011 | 10000001 | 10100000 | 0 | 101111 | 100010 | 101 | 101011000 | 1010011 | 1001001 |
Color Harmonies of #F381A0
Complementary color
Monochromatic Colors of #F381A0
Black with #F381A0
Text Example
Text Example
White with #F381A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F381A0; }
p { color: rgb(243,129,160); }
H1.HeaderClassName
{
color: #F381A0;
}
.AnyTagClassName
{
color: #F381A0;
}
</style>
background-color css
<style>
a { background-color: #F381A0; }
a { background-color: rgb(243,129,160); }
div.DivClassName
{
background-color: #F381A0;
}
.BgClassName
{
background-color: #F381A0;
}
</style>
border-color css
<style>
span { border-color: #F381A0; }
span { border-color: rgb(243,129,160); }
td.TdClassName
{
border-color: #F381A0;
}
.TagClassName
{
border-color: #F381A0;
}
</style>