Shades of Hot Pink #F469B8
Tints of Hot Pink #F469B8
RGB
CMYK
RGB Variations
Color information
#F469B8 (or 0xF469B8) is known color: Hot Pink. HEX triplet: F4, 69 and B8. RGB value is (244,105,184). Sum of RGB (Red+Green+Blue) = 244+105+184=533 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.78% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 244 - color contains mainly: red. Hex color #F469B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F469B8 is #0B9647. Grayscale: #9B9B9B. Windows color (decimal): -759368 or 12085748. OLE color: 12085748.
HSL color Cylindrical-coordinate representation of color #F469B8: hue angle of 325.9º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F469B8 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 105 | 184 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.04 |
| HSL | 325.9º | 0.86% | 0.68% | - |
| HSV(B) | 325.9º | 0.57% | 0.96% | - |
| XYZ | 51.01 | 32.8 | 48.99 | - |
| YUV | 155.57 | 144.05 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 105 | 184 | 0 | 0.57 | 0.25 | 0.04 | 325.9 | 0.86 | 0.68 |
| Hex | F4 | 69 | B8 | 0 | 39 | 19 | 4 | 146 | 56 | 44 |
| Octal | 364 | 151 | 270 | 0 | 71 | 31 | 4 | 506 | 126 | 104 |
| Binary | 11110100 | 1101001 | 10111000 | 0 | 111001 | 11001 | 100 | 101000110 | 1010110 | 1000100 |
Color Harmonies of #F469B8
Complementary color
Monochromatic Colors of #F469B8
Black with #F469B8
Text Example
Text Example
White with #F469B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F469B8; }
p { color: rgb(244,105,184); }
H1.HeaderClassName
{
color: #F469B8;
}
.AnyTagClassName
{
color: #F469B8;
}
</style>
background-color css
<style>
a { background-color: #F469B8; }
a { background-color: rgb(244,105,184); }
div.DivClassName
{
background-color: #F469B8;
}
.BgClassName
{
background-color: #F469B8;
}
</style>
border-color css
<style>
span { border-color: #F469B8; }
span { border-color: rgb(244,105,184); }
td.TdClassName
{
border-color: #F469B8;
}
.TagClassName
{
border-color: #F469B8;
}
</style>