Shades of Deep Pink #F92075
Tints of Deep Pink #F92075
RGB
CMYK
RGB Variations
Color information
#F92075 (or 0xF92075) is known color: Deep Pink. HEX triplet: F9, 20 and 75. RGB value is (249,32,117). Sum of RGB (Red+Green+Blue) = 249+32+117=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F92075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92075 is #06DF8A. Grayscale: #6A6A6A. Windows color (decimal): -450443 or 7676153. OLE color: 7676153.
HSL color Cylindrical-coordinate representation of color #F92075: hue angle of 336.5º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F92075 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 117 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.02 |
| HSL | 336.5º | 0.95% | 0.55% | - |
| HSV(B) | 336.5º | 0.87% | 0.98% | - |
| XYZ | 42.79 | 22.46 | 18.91 | - |
| YUV | 106.57 | 133.89 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 117 | 0 | 0.87 | 0.53 | 0.02 | 336.5 | 0.95 | 0.55 |
| Hex | F9 | 20 | 75 | 0 | 57 | 35 | 2 | 150 | 5F | 37 |
| Octal | 371 | 40 | 165 | 0 | 127 | 65 | 2 | 520 | 137 | 67 |
| Binary | 11111001 | 100000 | 1110101 | 0 | 1010111 | 110101 | 10 | 101010000 | 1011111 | 110111 |
Color Harmonies of #F92075
Complementary color
Monochromatic Colors of #F92075
Black with #F92075
Text Example
Text Example
White with #F92075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92075; }
p { color: rgb(249,32,117); }
H1.HeaderClassName
{
color: #F92075;
}
.AnyTagClassName
{
color: #F92075;
}
</style>
background-color css
<style>
a { background-color: #F92075; }
a { background-color: rgb(249,32,117); }
div.DivClassName
{
background-color: #F92075;
}
.BgClassName
{
background-color: #F92075;
}
</style>
border-color css
<style>
span { border-color: #F92075; }
span { border-color: rgb(249,32,117); }
td.TdClassName
{
border-color: #F92075;
}
.TagClassName
{
border-color: #F92075;
}
</style>