Shades of Deep Pink #FB068F
Tints of Deep Pink #FB068F
RGB
CMYK
RGB Variations
Color information
#FB068F (or 0xFB068F) is known color: Deep Pink. HEX triplet: FB, 06 and 8F. RGB value is (251,6,143). Sum of RGB (Red+Green+Blue) = 251+6+143=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB068F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB068F is #04F970. Grayscale: #5E5E5E. Windows color (decimal): -326001 or 9373435. OLE color: 9373435.
HSL color Cylindrical-coordinate representation of color #FB068F: hue angle of 326.45º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB068F is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 143 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.02 |
| HSL | 326.45º | 0.97% | 0.5% | - |
| HSV(B) | 326.45º | 0.98% | 0.98% | - |
| XYZ | 44.81 | 22.62 | 27.99 | - |
| YUV | 94.87 | 155.17 | 239.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 143 | 0 | 0.98 | 0.43 | 0.02 | 326.45 | 0.97 | 0.5 |
| Hex | FB | 6 | 8F | 0 | 62 | 2B | 2 | 146 | 61 | 32 |
| Octal | 373 | 6 | 217 | 0 | 142 | 53 | 2 | 506 | 141 | 62 |
| Binary | 11111011 | 110 | 10001111 | 0 | 1100010 | 101011 | 10 | 101000110 | 1100001 | 110010 |
Color Harmonies of #FB068F
Complementary color
Monochromatic Colors of #FB068F
Black with #FB068F
Text Example
Text Example
White with #FB068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB068F; }
p { color: rgb(251,6,143); }
H1.HeaderClassName
{
color: #FB068F;
}
.AnyTagClassName
{
color: #FB068F;
}
</style>
background-color css
<style>
a { background-color: #FB068F; }
a { background-color: rgb(251,6,143); }
div.DivClassName
{
background-color: #FB068F;
}
.BgClassName
{
background-color: #FB068F;
}
</style>
border-color css
<style>
span { border-color: #FB068F; }
span { border-color: rgb(251,6,143); }
td.TdClassName
{
border-color: #FB068F;
}
.TagClassName
{
border-color: #FB068F;
}
</style>