Shades of Deep Pink #F92681
Tints of Deep Pink #F92681
RGB
CMYK
RGB Variations
Color information
#F92681 (or 0xF92681) is known color: Deep Pink. HEX triplet: F9, 26 and 81. RGB value is (249,38,129). Sum of RGB (Red+Green+Blue) = 249+38+129=416 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.86% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 249 - color contains mainly: red. Hex color #F92681 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92681 is #06D97E. Grayscale: #6F6F6F. Windows color (decimal): -448895 or 8464121. OLE color: 8464121.
HSL color Cylindrical-coordinate representation of color #F92681: hue angle of 334.12º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F92681 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 129 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.02 |
| HSL | 334.12º | 0.95% | 0.56% | - |
| HSV(B) | 334.12º | 0.85% | 0.98% | - |
| XYZ | 43.72 | 23.11 | 22.93 | - |
| YUV | 111.46 | 137.9 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 129 | 0 | 0.85 | 0.48 | 0.02 | 334.12 | 0.95 | 0.56 |
| Hex | F9 | 26 | 81 | 0 | 55 | 30 | 2 | 14E | 5F | 38 |
| Octal | 371 | 46 | 201 | 0 | 125 | 60 | 2 | 516 | 137 | 70 |
| Binary | 11111001 | 100110 | 10000001 | 0 | 1010101 | 110000 | 10 | 101001110 | 1011111 | 111000 |
Color Harmonies of #F92681
Complementary color
Monochromatic Colors of #F92681
Black with #F92681
Text Example
Text Example
White with #F92681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92681; }
p { color: rgb(249,38,129); }
H1.HeaderClassName
{
color: #F92681;
}
.AnyTagClassName
{
color: #F92681;
}
</style>
background-color css
<style>
a { background-color: #F92681; }
a { background-color: rgb(249,38,129); }
div.DivClassName
{
background-color: #F92681;
}
.BgClassName
{
background-color: #F92681;
}
</style>
border-color css
<style>
span { border-color: #F92681; }
span { border-color: rgb(249,38,129); }
td.TdClassName
{
border-color: #F92681;
}
.TagClassName
{
border-color: #F92681;
}
</style>