Shades of Hot Pink #F65BB8
Tints of Hot Pink #F65BB8
RGB
CMYK
RGB Variations
Color information
#F65BB8 (or 0xF65BB8) is known color: Hot Pink. HEX triplet: F6, 5B and B8. RGB value is (246,91,184). Sum of RGB (Red+Green+Blue) = 246+91+184=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F65BB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65BB8 is #09A447. Grayscale: #939393. Windows color (decimal): -631880 or 12082166. OLE color: 12082166.
HSL color Cylindrical-coordinate representation of color #F65BB8: hue angle of 324º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65BB8 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 91 | 184 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.04 |
| HSL | 324º | 0.9% | 0.66% | - |
| HSV(B) | 324º | 0.63% | 0.96% | - |
| XYZ | 50.4 | 30.54 | 48.59 | - |
| YUV | 147.95 | 148.35 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 91 | 184 | 0 | 0.63 | 0.25 | 0.04 | 324 | 0.9 | 0.66 |
| Hex | F6 | 5B | B8 | 0 | 3F | 19 | 4 | 144 | 5A | 42 |
| Octal | 366 | 133 | 270 | 0 | 77 | 31 | 4 | 504 | 132 | 102 |
| Binary | 11110110 | 1011011 | 10111000 | 0 | 111111 | 11001 | 100 | 101000100 | 1011010 | 1000010 |
Color Harmonies of #F65BB8
Complementary color
Monochromatic Colors of #F65BB8
Black with #F65BB8
Text Example
Text Example
White with #F65BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65BB8; }
p { color: rgb(246,91,184); }
H1.HeaderClassName
{
color: #F65BB8;
}
.AnyTagClassName
{
color: #F65BB8;
}
</style>
background-color css
<style>
a { background-color: #F65BB8; }
a { background-color: rgb(246,91,184); }
div.DivClassName
{
background-color: #F65BB8;
}
.BgClassName
{
background-color: #F65BB8;
}
</style>
border-color css
<style>
span { border-color: #F65BB8; }
span { border-color: rgb(246,91,184); }
td.TdClassName
{
border-color: #F65BB8;
}
.TagClassName
{
border-color: #F65BB8;
}
</style>