Shades of Hot Pink #FF67B0
Tints of Hot Pink #FF67B0
RGB
CMYK
RGB Variations
Color information
#FF67B0 (or 0xFF67B0) is known color: Hot Pink. HEX triplet: FF, 67 and B0. RGB value is (255,103,176). Sum of RGB (Red+Green+Blue) = 255+103+176=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF67B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF67B0 is #00984F. Grayscale: #9C9C9C. Windows color (decimal): -38992 or 11560959. OLE color: 11560959.
HSL color Cylindrical-coordinate representation of color #FF67B0: hue angle of 331.18º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF67B0 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 176 | - |
| CMYK | 0 | 0.60 | 0.31 | 0 |
| HSL | 331.18º | 1% | 0.7% | - |
| HSV(B) | 331.18º | 0.6% | 1% | - |
| XYZ | 53.93 | 34.1 | 44.81 | - |
| YUV | 156.77 | 138.86 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 176 | 0 | 0.60 | 0.31 | 0 | 331.18 | 1 | 0.7 |
| Hex | FF | 67 | B0 | 0 | 3C | 1F | 0 | 14B | 64 | 46 |
| Octal | 377 | 147 | 260 | 0 | 74 | 37 | 0 | 513 | 144 | 106 |
| Binary | 11111111 | 1100111 | 10110000 | 0 | 111100 | 11111 | 0 | 101001011 | 1100100 | 1000110 |
Color Harmonies of #FF67B0
Complementary color
Monochromatic Colors of #FF67B0
Black with #FF67B0
Text Example
Text Example
White with #FF67B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF67B0; }
p { color: rgb(255,103,176); }
H1.HeaderClassName
{
color: #FF67B0;
}
.AnyTagClassName
{
color: #FF67B0;
}
</style>
background-color css
<style>
a { background-color: #FF67B0; }
a { background-color: rgb(255,103,176); }
div.DivClassName
{
background-color: #FF67B0;
}
.BgClassName
{
background-color: #FF67B0;
}
</style>
border-color css
<style>
span { border-color: #FF67B0; }
span { border-color: rgb(255,103,176); }
td.TdClassName
{
border-color: #FF67B0;
}
.TagClassName
{
border-color: #FF67B0;
}
</style>