Shades of Deep Pink #FB267A
Tints of Deep Pink #FB267A
RGB
CMYK
RGB Variations
Color information
#FB267A (or 0xFB267A) is known color: Deep Pink. HEX triplet: FB, 26 and 7A. RGB value is (251,38,122). Sum of RGB (Red+Green+Blue) = 251+38+122=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB267A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB267A is #04D985. Grayscale: #6F6F6F. Windows color (decimal): -317830 or 8005371. OLE color: 8005371.
HSL color Cylindrical-coordinate representation of color #FB267A: hue angle of 336.34º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB267A is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 122 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.02 |
| HSL | 336.34º | 0.96% | 0.57% | - |
| HSV(B) | 336.34º | 0.85% | 0.98% | - |
| XYZ | 43.99 | 23.3 | 20.59 | - |
| YUV | 111.26 | 134.07 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 122 | 0 | 0.85 | 0.51 | 0.02 | 336.34 | 0.96 | 0.57 |
| Hex | FB | 26 | 7A | 0 | 55 | 33 | 2 | 150 | 60 | 39 |
| Octal | 373 | 46 | 172 | 0 | 125 | 63 | 2 | 520 | 140 | 71 |
| Binary | 11111011 | 100110 | 1111010 | 0 | 1010101 | 110011 | 10 | 101010000 | 1100000 | 111001 |
Color Harmonies of #FB267A
Complementary color
Monochromatic Colors of #FB267A
Black with #FB267A
Text Example
Text Example
White with #FB267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB267A; }
p { color: rgb(251,38,122); }
H1.HeaderClassName
{
color: #FB267A;
}
.AnyTagClassName
{
color: #FB267A;
}
</style>
background-color css
<style>
a { background-color: #FB267A; }
a { background-color: rgb(251,38,122); }
div.DivClassName
{
background-color: #FB267A;
}
.BgClassName
{
background-color: #FB267A;
}
</style>
border-color css
<style>
span { border-color: #FB267A; }
span { border-color: rgb(251,38,122); }
td.TdClassName
{
border-color: #FB267A;
}
.TagClassName
{
border-color: #FB267A;
}
</style>