Shades of Deep Pink #F81195
Tints of Deep Pink #F81195
RGB
CMYK
RGB Variations
Color information
#F81195 (or 0xF81195) is known color: Deep Pink. HEX triplet: F8, 11 and 95. RGB value is (248,17,149). Sum of RGB (Red+Green+Blue) = 248+17+149=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F81195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81195 is #07EE6A. Grayscale: #646464. Windows color (decimal): -519787 or 9769464. OLE color: 9769464.
HSL color Cylindrical-coordinate representation of color #F81195: hue angle of 325.71º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F81195 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 149 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.03 |
| HSL | 325.71º | 0.94% | 0.52% | - |
| HSV(B) | 325.71º | 0.93% | 0.97% | - |
| XYZ | 44.34 | 22.53 | 30.45 | - |
| YUV | 101.12 | 155.03 | 232.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 149 | 0 | 0.93 | 0.40 | 0.03 | 325.71 | 0.94 | 0.52 |
| Hex | F8 | 11 | 95 | 0 | 5D | 28 | 3 | 146 | 5E | 34 |
| Octal | 370 | 21 | 225 | 0 | 135 | 50 | 3 | 506 | 136 | 64 |
| Binary | 11111000 | 10001 | 10010101 | 0 | 1011101 | 101000 | 11 | 101000110 | 1011110 | 110100 |
Color Harmonies of #F81195
Complementary color
Monochromatic Colors of #F81195
Black with #F81195
Text Example
Text Example
White with #F81195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81195; }
p { color: rgb(248,17,149); }
H1.HeaderClassName
{
color: #F81195;
}
.AnyTagClassName
{
color: #F81195;
}
</style>
background-color css
<style>
a { background-color: #F81195; }
a { background-color: rgb(248,17,149); }
div.DivClassName
{
background-color: #F81195;
}
.BgClassName
{
background-color: #F81195;
}
</style>
border-color css
<style>
span { border-color: #F81195; }
span { border-color: rgb(248,17,149); }
td.TdClassName
{
border-color: #F81195;
}
.TagClassName
{
border-color: #F81195;
}
</style>