Shades of Deep Pink #FB1C8F
Tints of Deep Pink #FB1C8F
RGB
CMYK
RGB Variations
Color information
#FB1C8F (or 0xFB1C8F) is known color: Deep Pink. HEX triplet: FB, 1C and 8F. RGB value is (251,28,143). Sum of RGB (Red+Green+Blue) = 251+28+143=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 28 (11.33% from 255 or 6.64% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1C8F is #04E370. Grayscale: #6B6B6B. Windows color (decimal): -320369 or 9379067. OLE color: 9379067.
HSL color Cylindrical-coordinate representation of color #FB1C8F: hue angle of 329.06º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1C8F is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 28 | 143 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.02 |
| HSL | 329.06º | 0.97% | 0.55% | - |
| HSV(B) | 329.06º | 0.89% | 0.98% | - |
| XYZ | 45.16 | 23.32 | 28.11 | - |
| YUV | 107.79 | 147.88 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 143 | 0 | 0.89 | 0.43 | 0.02 | 329.06 | 0.97 | 0.55 |
| Hex | FB | 1C | 8F | 0 | 59 | 2B | 2 | 149 | 61 | 37 |
| Octal | 373 | 34 | 217 | 0 | 131 | 53 | 2 | 511 | 141 | 67 |
| Binary | 11111011 | 11100 | 10001111 | 0 | 1011001 | 101011 | 10 | 101001001 | 1100001 | 110111 |
Color Harmonies of #FB1C8F
Complementary color
Monochromatic Colors of #FB1C8F
Black with #FB1C8F
Text Example
Text Example
White with #FB1C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1C8F; }
p { color: rgb(251,28,143); }
H1.HeaderClassName
{
color: #FB1C8F;
}
.AnyTagClassName
{
color: #FB1C8F;
}
</style>
background-color css
<style>
a { background-color: #FB1C8F; }
a { background-color: rgb(251,28,143); }
div.DivClassName
{
background-color: #FB1C8F;
}
.BgClassName
{
background-color: #FB1C8F;
}
</style>
border-color css
<style>
span { border-color: #FB1C8F; }
span { border-color: rgb(251,28,143); }
td.TdClassName
{
border-color: #FB1C8F;
}
.TagClassName
{
border-color: #FB1C8F;
}
</style>