Shades of Deep Pink #FB227F
Tints of Deep Pink #FB227F
RGB
CMYK
RGB Variations
Color information
#FB227F (or 0xFB227F) is known color: Deep Pink. HEX triplet: FB, 22 and 7F. RGB value is (251,34,127). Sum of RGB (Red+Green+Blue) = 251+34+127=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB227F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB227F is #04DD80. Grayscale: #6D6D6D. Windows color (decimal): -318849 or 8332027. OLE color: 8332027.
HSL color Cylindrical-coordinate representation of color #FB227F: hue angle of 334.29º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB227F is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 34 | 127 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.02 |
| HSL | 334.29º | 0.96% | 0.56% | - |
| HSV(B) | 334.29º | 0.86% | 0.98% | - |
| XYZ | 44.19 | 23.19 | 22.23 | - |
| YUV | 109.49 | 137.89 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 34 | 127 | 0 | 0.86 | 0.49 | 0.02 | 334.29 | 0.96 | 0.56 |
| Hex | FB | 22 | 7F | 0 | 56 | 31 | 2 | 14E | 60 | 38 |
| Octal | 373 | 42 | 177 | 0 | 126 | 61 | 2 | 516 | 140 | 70 |
| Binary | 11111011 | 100010 | 1111111 | 0 | 1010110 | 110001 | 10 | 101001110 | 1100000 | 111000 |
Color Harmonies of #FB227F
Complementary color
Monochromatic Colors of #FB227F
Black with #FB227F
Text Example
Text Example
White with #FB227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB227F; }
p { color: rgb(251,34,127); }
H1.HeaderClassName
{
color: #FB227F;
}
.AnyTagClassName
{
color: #FB227F;
}
</style>
background-color css
<style>
a { background-color: #FB227F; }
a { background-color: rgb(251,34,127); }
div.DivClassName
{
background-color: #FB227F;
}
.BgClassName
{
background-color: #FB227F;
}
</style>
border-color css
<style>
span { border-color: #FB227F; }
span { border-color: rgb(251,34,127); }
td.TdClassName
{
border-color: #FB227F;
}
.TagClassName
{
border-color: #FB227F;
}
</style>