Shades of Hot Pink #FF69B7
Tints of Hot Pink #FF69B7
RGB
CMYK
RGB Variations
Color information
#FF69B7 (or 0xFF69B7) is known color: Hot Pink. HEX triplet: FF, 69 and B7. RGB value is (255,105,183). Sum of RGB (Red+Green+Blue) = 255+105+183=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69B7 is #009648. Grayscale: #9E9E9E. Windows color (decimal): -38473 or 12020223. OLE color: 12020223.
HSL color Cylindrical-coordinate representation of color #FF69B7: hue angle of 328.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF69B7 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 183 | - |
| CMYK | 0 | 0.59 | 0.28 | 0 |
| HSL | 328.8º | 1% | 0.71% | - |
| HSV(B) | 328.8º | 0.59% | 1% | - |
| XYZ | 54.84 | 34.78 | 48.62 | - |
| YUV | 158.74 | 141.7 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 183 | 0 | 0.59 | 0.28 | 0 | 328.8 | 1 | 0.71 |
| Hex | FF | 69 | B7 | 0 | 3B | 1C | 0 | 149 | 64 | 47 |
| Octal | 377 | 151 | 267 | 0 | 73 | 34 | 0 | 511 | 144 | 107 |
| Binary | 11111111 | 1101001 | 10110111 | 0 | 111011 | 11100 | 0 | 101001001 | 1100100 | 1000111 |
Color Harmonies of #FF69B7
Complementary color
Monochromatic Colors of #FF69B7
Black with #FF69B7
Text Example
Text Example
White with #FF69B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF69B7; }
p { color: rgb(255,105,183); }
H1.HeaderClassName
{
color: #FF69B7;
}
.AnyTagClassName
{
color: #FF69B7;
}
</style>
background-color css
<style>
a { background-color: #FF69B7; }
a { background-color: rgb(255,105,183); }
div.DivClassName
{
background-color: #FF69B7;
}
.BgClassName
{
background-color: #FF69B7;
}
</style>
border-color css
<style>
span { border-color: #FF69B7; }
span { border-color: rgb(255,105,183); }
td.TdClassName
{
border-color: #FF69B7;
}
.TagClassName
{
border-color: #FF69B7;
}
</style>