Shades of Hot Pink #F165B8
Tints of Hot Pink #F165B8
RGB
CMYK
RGB Variations
Color information
#F165B8 (or 0xF165B8) is known color: Hot Pink. HEX triplet: F1, 65 and B8. RGB value is (241,101,184). Sum of RGB (Red+Green+Blue) = 241+101+184=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F165B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F165B8 is #0E9A47. Grayscale: #989898. Windows color (decimal): -957000 or 12084721. OLE color: 12084721.
HSL color Cylindrical-coordinate representation of color #F165B8: hue angle of 324.43º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F165B8 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 184 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.05 |
| HSL | 324.43º | 0.83% | 0.67% | - |
| HSV(B) | 324.43º | 0.58% | 0.95% | - |
| XYZ | 49.58 | 31.47 | 48.81 | - |
| YUV | 152.32 | 145.88 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 184 | 0 | 0.58 | 0.24 | 0.05 | 324.43 | 0.83 | 0.67 |
| Hex | F1 | 65 | B8 | 0 | 3A | 18 | 5 | 144 | 53 | 43 |
| Octal | 361 | 145 | 270 | 0 | 72 | 30 | 5 | 504 | 123 | 103 |
| Binary | 11110001 | 1100101 | 10111000 | 0 | 111010 | 11000 | 101 | 101000100 | 1010011 | 1000011 |
Color Harmonies of #F165B8
Complementary color
Monochromatic Colors of #F165B8
Black with #F165B8
Text Example
Text Example
White with #F165B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F165B8; }
p { color: rgb(241,101,184); }
H1.HeaderClassName
{
color: #F165B8;
}
.AnyTagClassName
{
color: #F165B8;
}
</style>
background-color css
<style>
a { background-color: #F165B8; }
a { background-color: rgb(241,101,184); }
div.DivClassName
{
background-color: #F165B8;
}
.BgClassName
{
background-color: #F165B8;
}
</style>
border-color css
<style>
span { border-color: #F165B8; }
span { border-color: rgb(241,101,184); }
td.TdClassName
{
border-color: #F165B8;
}
.TagClassName
{
border-color: #F165B8;
}
</style>