Shades of Hot Pink #FB67B0
Tints of Hot Pink #FB67B0
RGB
CMYK
RGB Variations
Color information
#FB67B0 (or 0xFB67B0) is known color: Hot Pink. HEX triplet: FB, 67 and B0. RGB value is (251,103,176). Sum of RGB (Red+Green+Blue) = 251+103+176=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 103 (40.62% from 255 or 19.43% from 530); Blue value is 176 (69.14% from 255 or 33.21% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB67B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB67B0 is #04984F. Grayscale: #9B9B9B. Windows color (decimal): -301136 or 11560955. OLE color: 11560955.
HSL color Cylindrical-coordinate representation of color #FB67B0: hue angle of 330.41º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB67B0 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 176 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.02 |
| HSL | 330.41º | 0.95% | 0.69% | - |
| HSV(B) | 330.41º | 0.59% | 0.98% | - |
| XYZ | 52.47 | 33.34 | 44.74 | - |
| YUV | 155.57 | 139.53 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 176 | 0 | 0.59 | 0.30 | 0.02 | 330.41 | 0.95 | 0.69 |
| Hex | FB | 67 | B0 | 0 | 3B | 1E | 2 | 14A | 5F | 45 |
| Octal | 373 | 147 | 260 | 0 | 73 | 36 | 2 | 512 | 137 | 105 |
| Binary | 11111011 | 1100111 | 10110000 | 0 | 111011 | 11110 | 10 | 101001010 | 1011111 | 1000101 |
Color Harmonies of #FB67B0
Complementary color
Monochromatic Colors of #FB67B0
Black with #FB67B0
Text Example
Text Example
White with #FB67B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB67B0; }
p { color: rgb(251,103,176); }
H1.HeaderClassName
{
color: #FB67B0;
}
.AnyTagClassName
{
color: #FB67B0;
}
</style>
background-color css
<style>
a { background-color: #FB67B0; }
a { background-color: rgb(251,103,176); }
div.DivClassName
{
background-color: #FB67B0;
}
.BgClassName
{
background-color: #FB67B0;
}
</style>
border-color css
<style>
span { border-color: #FB67B0; }
span { border-color: rgb(251,103,176); }
td.TdClassName
{
border-color: #FB67B0;
}
.TagClassName
{
border-color: #FB67B0;
}
</style>