Shades of Tickle Me Pink #F282A5
Tints of Tickle Me Pink #F282A5
RGB
CMYK
RGB Variations
Color information
#F282A5 (or 0xF282A5) is known color: Tickle Me Pink. HEX triplet: F2, 82 and A5. RGB value is (242,130,165). Sum of RGB (Red+Green+Blue) = 242+130+165=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F282A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F282A5 is #0D7D5A. Grayscale: #A7A7A7. Windows color (decimal): -884059 or 10846962. OLE color: 10846962.
HSL color Cylindrical-coordinate representation of color #F282A5: hue angle of 341.25º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F282A5 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 165 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.05 |
| HSL | 341.25º | 0.81% | 0.73% | - |
| HSV(B) | 341.25º | 0.46% | 0.95% | - |
| XYZ | 51.39 | 37.56 | 40.14 | - |
| YUV | 167.48 | 126.61 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 165 | 0 | 0.46 | 0.32 | 0.05 | 341.25 | 0.81 | 0.73 |
| Hex | F2 | 82 | A5 | 0 | 2E | 20 | 5 | 155 | 51 | 49 |
| Octal | 362 | 202 | 245 | 0 | 56 | 40 | 5 | 525 | 121 | 111 |
| Binary | 11110010 | 10000010 | 10100101 | 0 | 101110 | 100000 | 101 | 101010101 | 1010001 | 1001001 |
Color Harmonies of #F282A5
Complementary color
Monochromatic Colors of #F282A5
Black with #F282A5
Text Example
Text Example
White with #F282A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F282A5; }
p { color: rgb(242,130,165); }
H1.HeaderClassName
{
color: #F282A5;
}
.AnyTagClassName
{
color: #F282A5;
}
</style>
background-color css
<style>
a { background-color: #F282A5; }
a { background-color: rgb(242,130,165); }
div.DivClassName
{
background-color: #F282A5;
}
.BgClassName
{
background-color: #F282A5;
}
</style>
border-color css
<style>
span { border-color: #F282A5; }
span { border-color: rgb(242,130,165); }
td.TdClassName
{
border-color: #F282A5;
}
.TagClassName
{
border-color: #F282A5;
}
</style>