Shades of Tickle Me Pink #F275A8
Tints of Tickle Me Pink #F275A8
RGB
CMYK
RGB Variations
Color information
#F275A8 (or 0xF275A8) is known color: Tickle Me Pink. HEX triplet: F2, 75 and A8. RGB value is (242,117,168). Sum of RGB (Red+Green+Blue) = 242+117+168=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F275A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F275A8 is #0D8A57. Grayscale: #A0A0A0. Windows color (decimal): -887384 or 11040242. OLE color: 11040242.
HSL color Cylindrical-coordinate representation of color #F275A8: hue angle of 335.52º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F275A8 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 168 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.05 |
| HSL | 335.52º | 0.83% | 0.7% | - |
| HSV(B) | 335.52º | 0.52% | 0.95% | - |
| XYZ | 50.05 | 34.43 | 41.05 | - |
| YUV | 160.19 | 132.41 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 168 | 0 | 0.52 | 0.31 | 0.05 | 335.52 | 0.83 | 0.7 |
| Hex | F2 | 75 | A8 | 0 | 34 | 1F | 5 | 150 | 53 | 46 |
| Octal | 362 | 165 | 250 | 0 | 64 | 37 | 5 | 520 | 123 | 106 |
| Binary | 11110010 | 1110101 | 10101000 | 0 | 110100 | 11111 | 101 | 101010000 | 1010011 | 1000110 |
Color Harmonies of #F275A8
Complementary color
Monochromatic Colors of #F275A8
Black with #F275A8
Text Example
Text Example
White with #F275A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F275A8; }
p { color: rgb(242,117,168); }
H1.HeaderClassName
{
color: #F275A8;
}
.AnyTagClassName
{
color: #F275A8;
}
</style>
background-color css
<style>
a { background-color: #F275A8; }
a { background-color: rgb(242,117,168); }
div.DivClassName
{
background-color: #F275A8;
}
.BgClassName
{
background-color: #F275A8;
}
</style>
border-color css
<style>
span { border-color: #F275A8; }
span { border-color: rgb(242,117,168); }
td.TdClassName
{
border-color: #F275A8;
}
.TagClassName
{
border-color: #F275A8;
}
</style>