Shades of Tickle Me Pink #F27CA5
Tints of Tickle Me Pink #F27CA5
RGB
CMYK
RGB Variations
Color information
#F27CA5 (or 0xF27CA5) is known color: Tickle Me Pink. HEX triplet: F2, 7C and A5. RGB value is (242,124,165). Sum of RGB (Red+Green+Blue) = 242+124+165=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27CA5 is #0D835A. Grayscale: #A3A3A3. Windows color (decimal): -885595 or 10845426. OLE color: 10845426.
HSL color Cylindrical-coordinate representation of color #F27CA5: hue angle of 339.15º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27CA5 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 165 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.05 |
| HSL | 339.15º | 0.82% | 0.72% | - |
| HSV(B) | 339.15º | 0.49% | 0.95% | - |
| XYZ | 50.62 | 36.01 | 39.88 | - |
| YUV | 163.96 | 128.59 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 165 | 0 | 0.49 | 0.32 | 0.05 | 339.15 | 0.82 | 0.72 |
| Hex | F2 | 7C | A5 | 0 | 31 | 20 | 5 | 153 | 52 | 48 |
| Octal | 362 | 174 | 245 | 0 | 61 | 40 | 5 | 523 | 122 | 110 |
| Binary | 11110010 | 1111100 | 10100101 | 0 | 110001 | 100000 | 101 | 101010011 | 1010010 | 1001000 |
Color Harmonies of #F27CA5
Complementary color
Monochromatic Colors of #F27CA5
Black with #F27CA5
Text Example
Text Example
White with #F27CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27CA5; }
p { color: rgb(242,124,165); }
H1.HeaderClassName
{
color: #F27CA5;
}
.AnyTagClassName
{
color: #F27CA5;
}
</style>
background-color css
<style>
a { background-color: #F27CA5; }
a { background-color: rgb(242,124,165); }
div.DivClassName
{
background-color: #F27CA5;
}
.BgClassName
{
background-color: #F27CA5;
}
</style>
border-color css
<style>
span { border-color: #F27CA5; }
span { border-color: rgb(242,124,165); }
td.TdClassName
{
border-color: #F27CA5;
}
.TagClassName
{
border-color: #F27CA5;
}
</style>