Shades of Tickle Me Pink #F270A1
Tints of Tickle Me Pink #F270A1
RGB
CMYK
RGB Variations
Color information
#F270A1 (or 0xF270A1) is known color: Tickle Me Pink. HEX triplet: F2, 70 and A1. RGB value is (242,112,161). Sum of RGB (Red+Green+Blue) = 242+112+161=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F270A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F270A1 is #0D8F5E. Grayscale: #9C9C9C. Windows color (decimal): -888671 or 10580210. OLE color: 10580210.
HSL color Cylindrical-coordinate representation of color #F270A1: hue angle of 337.38º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F270A1 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 161 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.05 |
| HSL | 337.38º | 0.83% | 0.69% | - |
| HSV(B) | 337.38º | 0.54% | 0.95% | - |
| XYZ | 48.85 | 33.04 | 37.52 | - |
| YUV | 156.46 | 130.57 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 161 | 0 | 0.54 | 0.33 | 0.05 | 337.38 | 0.83 | 0.69 |
| Hex | F2 | 70 | A1 | 0 | 36 | 21 | 5 | 151 | 53 | 45 |
| Octal | 362 | 160 | 241 | 0 | 66 | 41 | 5 | 521 | 123 | 105 |
| Binary | 11110010 | 1110000 | 10100001 | 0 | 110110 | 100001 | 101 | 101010001 | 1010011 | 1000101 |
Color Harmonies of #F270A1
Complementary color
Monochromatic Colors of #F270A1
Black with #F270A1
Text Example
Text Example
White with #F270A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F270A1; }
p { color: rgb(242,112,161); }
H1.HeaderClassName
{
color: #F270A1;
}
.AnyTagClassName
{
color: #F270A1;
}
</style>
background-color css
<style>
a { background-color: #F270A1; }
a { background-color: rgb(242,112,161); }
div.DivClassName
{
background-color: #F270A1;
}
.BgClassName
{
background-color: #F270A1;
}
</style>
border-color css
<style>
span { border-color: #F270A1; }
span { border-color: rgb(242,112,161); }
td.TdClassName
{
border-color: #F270A1;
}
.TagClassName
{
border-color: #F270A1;
}
</style>