Shades of Tickle Me Pink #F07BA5
Tints of Tickle Me Pink #F07BA5
RGB
CMYK
RGB Variations
Color information
#F07BA5 (or 0xF07BA5) is known color: Tickle Me Pink. HEX triplet: F0, 7B and A5. RGB value is (240,123,165). Sum of RGB (Red+Green+Blue) = 240+123+165=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07BA5 is #0F845A. Grayscale: #A2A2A2. Windows color (decimal): -1016923 or 10845168. OLE color: 10845168.
HSL color Cylindrical-coordinate representation of color #F07BA5: hue angle of 338.46º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07BA5 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 165 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.06 |
| HSL | 338.46º | 0.8% | 0.71% | - |
| HSV(B) | 338.46º | 0.49% | 0.94% | - |
| XYZ | 49.81 | 35.41 | 39.81 | - |
| YUV | 162.77 | 129.26 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 165 | 0 | 0.49 | 0.31 | 0.06 | 338.46 | 0.8 | 0.71 |
| Hex | F0 | 7B | A5 | 0 | 31 | 1F | 6 | 152 | 50 | 47 |
| Octal | 360 | 173 | 245 | 0 | 61 | 37 | 6 | 522 | 120 | 107 |
| Binary | 11110000 | 1111011 | 10100101 | 0 | 110001 | 11111 | 110 | 101010010 | 1010000 | 1000111 |
Color Harmonies of #F07BA5
Complementary color
Monochromatic Colors of #F07BA5
Black with #F07BA5
Text Example
Text Example
White with #F07BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07BA5; }
p { color: rgb(240,123,165); }
H1.HeaderClassName
{
color: #F07BA5;
}
.AnyTagClassName
{
color: #F07BA5;
}
</style>
background-color css
<style>
a { background-color: #F07BA5; }
a { background-color: rgb(240,123,165); }
div.DivClassName
{
background-color: #F07BA5;
}
.BgClassName
{
background-color: #F07BA5;
}
</style>
border-color css
<style>
span { border-color: #F07BA5; }
span { border-color: rgb(240,123,165); }
td.TdClassName
{
border-color: #F07BA5;
}
.TagClassName
{
border-color: #F07BA5;
}
</style>