Shades of Deep Pink #FB1F92
Tints of Deep Pink #FB1F92
RGB
CMYK
RGB Variations
Color information
#FB1F92 (or 0xFB1F92) is known color: Deep Pink. HEX triplet: FB, 1F and 92. RGB value is (251,31,146). Sum of RGB (Red+Green+Blue) = 251+31+146=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 31 (12.5% from 255 or 7.24% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1F92 is #04E06D. Grayscale: #6D6D6D. Windows color (decimal): -319598 or 9576443. OLE color: 9576443.
HSL color Cylindrical-coordinate representation of color #FB1F92: hue angle of 328.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1F92 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 31 | 146 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.02 |
| HSL | 328.64º | 0.96% | 0.55% | - |
| HSV(B) | 328.64º | 0.88% | 0.98% | - |
| XYZ | 45.46 | 23.56 | 29.35 | - |
| YUV | 109.89 | 148.39 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 31 | 146 | 0 | 0.88 | 0.42 | 0.02 | 328.64 | 0.96 | 0.55 |
| Hex | FB | 1F | 92 | 0 | 58 | 2A | 2 | 149 | 60 | 37 |
| Octal | 373 | 37 | 222 | 0 | 130 | 52 | 2 | 511 | 140 | 67 |
| Binary | 11111011 | 11111 | 10010010 | 0 | 1011000 | 101010 | 10 | 101001001 | 1100000 | 110111 |
Color Harmonies of #FB1F92
Complementary color
Monochromatic Colors of #FB1F92
Black with #FB1F92
Text Example
Text Example
White with #FB1F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1F92; }
p { color: rgb(251,31,146); }
H1.HeaderClassName
{
color: #FB1F92;
}
.AnyTagClassName
{
color: #FB1F92;
}
</style>
background-color css
<style>
a { background-color: #FB1F92; }
a { background-color: rgb(251,31,146); }
div.DivClassName
{
background-color: #FB1F92;
}
.BgClassName
{
background-color: #FB1F92;
}
</style>
border-color css
<style>
span { border-color: #FB1F92; }
span { border-color: rgb(251,31,146); }
td.TdClassName
{
border-color: #FB1F92;
}
.TagClassName
{
border-color: #FB1F92;
}
</style>