Shades of Tickle Me Pink #F283B0
Tints of Tickle Me Pink #F283B0
RGB
CMYK
RGB Variations
Color information
#F283B0 (or 0xF283B0) is known color: Tickle Me Pink. HEX triplet: F2, 83 and B0. RGB value is (242,131,176). Sum of RGB (Red+Green+Blue) = 242+131+176=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F283B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F283B0 is #0D7C4F. Grayscale: #A9A9A9. Windows color (decimal): -883792 or 11568114. OLE color: 11568114.
HSL color Cylindrical-coordinate representation of color #F283B0: hue angle of 335.68º 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 #F283B0 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 176 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.05 |
| HSL | 335.68º | 0.81% | 0.73% | - |
| HSV(B) | 335.68º | 0.46% | 0.95% | - |
| XYZ | 52.57 | 38.24 | 45.69 | - |
| YUV | 169.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 176 | 0 | 0.46 | 0.27 | 0.05 | 335.68 | 0.81 | 0.73 |
| Hex | F2 | 83 | B0 | 0 | 2E | 1B | 5 | 150 | 51 | 49 |
| Octal | 362 | 203 | 260 | 0 | 56 | 33 | 5 | 520 | 121 | 111 |
| Binary | 11110010 | 10000011 | 10110000 | 0 | 101110 | 11011 | 101 | 101010000 | 1010001 | 1001001 |
Color Harmonies of #F283B0
Complementary color
Monochromatic Colors of #F283B0
Black with #F283B0
Text Example
Text Example
White with #F283B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F283B0; }
p { color: rgb(242,131,176); }
H1.HeaderClassName
{
color: #F283B0;
}
.AnyTagClassName
{
color: #F283B0;
}
</style>
background-color css
<style>
a { background-color: #F283B0; }
a { background-color: rgb(242,131,176); }
div.DivClassName
{
background-color: #F283B0;
}
.BgClassName
{
background-color: #F283B0;
}
</style>
border-color css
<style>
span { border-color: #F283B0; }
span { border-color: rgb(242,131,176); }
td.TdClassName
{
border-color: #F283B0;
}
.TagClassName
{
border-color: #F283B0;
}
</style>