Shades of Tickle Me Pink #F380AD
Tints of Tickle Me Pink #F380AD
RGB
CMYK
RGB Variations
Color information
#F380AD (or 0xF380AD) is known color: Tickle Me Pink. HEX triplet: F3, 80 and AD. RGB value is (243,128,173). Sum of RGB (Red+Green+Blue) = 243+128+173=544 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.67% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 243 - color contains mainly: red. Hex color #F380AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F380AD is #0C7F52. Grayscale: #A7A7A7. Windows color (decimal): -819027 or 11370739. OLE color: 11370739.
HSL color Cylindrical-coordinate representation of color #F380AD: hue angle of 336.52º 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 #F380AD is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 173 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.05 |
| HSL | 336.52º | 0.83% | 0.73% | - |
| HSV(B) | 336.52º | 0.47% | 0.95% | - |
| XYZ | 52.22 | 37.51 | 44.02 | - |
| YUV | 167.52 | 131.1 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 173 | 0 | 0.47 | 0.29 | 0.05 | 336.52 | 0.83 | 0.73 |
| Hex | F3 | 80 | AD | 0 | 2F | 1D | 5 | 151 | 53 | 49 |
| Octal | 363 | 200 | 255 | 0 | 57 | 35 | 5 | 521 | 123 | 111 |
| Binary | 11110011 | 10000000 | 10101101 | 0 | 101111 | 11101 | 101 | 101010001 | 1010011 | 1001001 |
Color Harmonies of #F380AD
Complementary color
Monochromatic Colors of #F380AD
Black with #F380AD
Text Example
Text Example
White with #F380AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F380AD; }
p { color: rgb(243,128,173); }
H1.HeaderClassName
{
color: #F380AD;
}
.AnyTagClassName
{
color: #F380AD;
}
</style>
background-color css
<style>
a { background-color: #F380AD; }
a { background-color: rgb(243,128,173); }
div.DivClassName
{
background-color: #F380AD;
}
.BgClassName
{
background-color: #F380AD;
}
</style>
border-color css
<style>
span { border-color: #F380AD; }
span { border-color: rgb(243,128,173); }
td.TdClassName
{
border-color: #F380AD;
}
.TagClassName
{
border-color: #F380AD;
}
</style>