Shades of Tickle Me Pink #F283AB
Tints of Tickle Me Pink #F283AB
RGB
CMYK
RGB Variations
Color information
#F283AB (or 0xF283AB) is known color: Tickle Me Pink. HEX triplet: F2, 83 and AB. RGB value is (242,131,171). Sum of RGB (Red+Green+Blue) = 242+131+171=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F283AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F283AB is #0D7C54. Grayscale: #A8A8A8. Windows color (decimal): -883797 or 11240434. OLE color: 11240434.
HSL color Cylindrical-coordinate representation of color #F283AB: hue angle of 338.38º 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 #F283AB is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 171 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.05 |
| HSL | 338.38º | 0.81% | 0.73% | - |
| HSV(B) | 338.38º | 0.46% | 0.95% | - |
| XYZ | 52.08 | 38.05 | 43.13 | - |
| YUV | 168.75 | 129.27 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 171 | 0 | 0.46 | 0.29 | 0.05 | 338.38 | 0.81 | 0.73 |
| Hex | F2 | 83 | AB | 0 | 2E | 1D | 5 | 152 | 51 | 49 |
| Octal | 362 | 203 | 253 | 0 | 56 | 35 | 5 | 522 | 121 | 111 |
| Binary | 11110010 | 10000011 | 10101011 | 0 | 101110 | 11101 | 101 | 101010010 | 1010001 | 1001001 |
Color Harmonies of #F283AB
Complementary color
Monochromatic Colors of #F283AB
Black with #F283AB
Text Example
Text Example
White with #F283AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F283AB; }
p { color: rgb(242,131,171); }
H1.HeaderClassName
{
color: #F283AB;
}
.AnyTagClassName
{
color: #F283AB;
}
</style>
background-color css
<style>
a { background-color: #F283AB; }
a { background-color: rgb(242,131,171); }
div.DivClassName
{
background-color: #F283AB;
}
.BgClassName
{
background-color: #F283AB;
}
</style>
border-color css
<style>
span { border-color: #F283AB; }
span { border-color: rgb(242,131,171); }
td.TdClassName
{
border-color: #F283AB;
}
.TagClassName
{
border-color: #F283AB;
}
</style>