Shades of Tickle Me Pink #F384A2
Tints of Tickle Me Pink #F384A2
RGB
CMYK
RGB Variations
Color information
#F384A2 (or 0xF384A2) is known color: Tickle Me Pink. HEX triplet: F3, 84 and A2. RGB value is (243,132,162). Sum of RGB (Red+Green+Blue) = 243+132+162=537 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.25% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 162 (63.67% from 255 or 30.17% from 537); Max value from RGB is 243 - color contains mainly: red. Hex color #F384A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F384A2 is #0C7B5D. Grayscale: #A8A8A8. Windows color (decimal): -818014 or 10650867. OLE color: 10650867.
HSL color Cylindrical-coordinate representation of color #F384A2: hue angle of 343.78º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F384A2 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 132 | 162 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.05 |
| HSL | 343.78º | 0.82% | 0.74% | - |
| HSV(B) | 343.78º | 0.46% | 0.95% | - |
| XYZ | 51.74 | 38.17 | 38.82 | - |
| YUV | 168.61 | 124.27 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 132 | 162 | 0 | 0.46 | 0.33 | 0.05 | 343.78 | 0.82 | 0.74 |
| Hex | F3 | 84 | A2 | 0 | 2E | 21 | 5 | 158 | 52 | 4A |
| Octal | 363 | 204 | 242 | 0 | 56 | 41 | 5 | 530 | 122 | 112 |
| Binary | 11110011 | 10000100 | 10100010 | 0 | 101110 | 100001 | 101 | 101011000 | 1010010 | 1001010 |
Color Harmonies of #F384A2
Complementary color
Monochromatic Colors of #F384A2
Black with #F384A2
Text Example
Text Example
White with #F384A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F384A2; }
p { color: rgb(243,132,162); }
H1.HeaderClassName
{
color: #F384A2;
}
.AnyTagClassName
{
color: #F384A2;
}
</style>
background-color css
<style>
a { background-color: #F384A2; }
a { background-color: rgb(243,132,162); }
div.DivClassName
{
background-color: #F384A2;
}
.BgClassName
{
background-color: #F384A2;
}
</style>
border-color css
<style>
span { border-color: #F384A2; }
span { border-color: rgb(243,132,162); }
td.TdClassName
{
border-color: #F384A2;
}
.TagClassName
{
border-color: #F384A2;
}
</style>