Shades of Tickle Me Pink #FF83AF
Tints of Tickle Me Pink #FF83AF
RGB
CMYK
RGB Variations
Color information
#FF83AF (or 0xFF83AF) is known color: Tickle Me Pink. HEX triplet: FF, 83 and AF. RGB value is (255,131,175). Sum of RGB (Red+Green+Blue) = 255+131+175=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF83AF is #007C50. Grayscale: #ADADAD. Windows color (decimal): -31825 or 11502591. OLE color: 11502591.
HSL color Cylindrical-coordinate representation of color #FF83AF: hue angle of 338.71º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF83AF is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 175 | - |
| CMYK | 0 | 0.49 | 0.31 | 0 |
| HSL | 338.71º | 1% | 0.76% | - |
| HSV(B) | 338.71º | 0.49% | 1% | - |
| XYZ | 57.09 | 40.59 | 45.38 | - |
| YUV | 173.09 | 129.08 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 175 | 0 | 0.49 | 0.31 | 0 | 338.71 | 1 | 0.76 |
| Hex | FF | 83 | AF | 0 | 31 | 1F | 0 | 153 | 64 | 4C |
| Octal | 377 | 203 | 257 | 0 | 61 | 37 | 0 | 523 | 144 | 114 |
| Binary | 11111111 | 10000011 | 10101111 | 0 | 110001 | 11111 | 0 | 101010011 | 1100100 | 1001100 |
Color Harmonies of #FF83AF
Complementary color
Monochromatic Colors of #FF83AF
Black with #FF83AF
Text Example
Text Example
White with #FF83AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83AF; }
p { color: rgb(255,131,175); }
H1.HeaderClassName
{
color: #FF83AF;
}
.AnyTagClassName
{
color: #FF83AF;
}
</style>
background-color css
<style>
a { background-color: #FF83AF; }
a { background-color: rgb(255,131,175); }
div.DivClassName
{
background-color: #FF83AF;
}
.BgClassName
{
background-color: #FF83AF;
}
</style>
border-color css
<style>
span { border-color: #FF83AF; }
span { border-color: rgb(255,131,175); }
td.TdClassName
{
border-color: #FF83AF;
}
.TagClassName
{
border-color: #FF83AF;
}
</style>