Shades of Hot Pink #F265BB
Tints of Hot Pink #F265BB
RGB
CMYK
RGB Variations
Color information
#F265BB (or 0xF265BB) is known color: Hot Pink. HEX triplet: F2, 65 and BB. RGB value is (242,101,187). Sum of RGB (Red+Green+Blue) = 242+101+187=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F265BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F265BB is #0D9A44. Grayscale: #989898. Windows color (decimal): -891461 or 12281330. OLE color: 12281330.
HSL color Cylindrical-coordinate representation of color #F265BB: hue angle of 323.4º degrees, saturation: 0.84, 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 #F265BB is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 187 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.05 |
| HSL | 323.4º | 0.84% | 0.67% | - |
| HSV(B) | 323.4º | 0.58% | 0.95% | - |
| XYZ | 50.24 | 31.77 | 50.5 | - |
| YUV | 152.96 | 147.21 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 187 | 0 | 0.58 | 0.23 | 0.05 | 323.4 | 0.84 | 0.67 |
| Hex | F2 | 65 | BB | 0 | 3A | 17 | 5 | 143 | 54 | 43 |
| Octal | 362 | 145 | 273 | 0 | 72 | 27 | 5 | 503 | 124 | 103 |
| Binary | 11110010 | 1100101 | 10111011 | 0 | 111010 | 10111 | 101 | 101000011 | 1010100 | 1000011 |
Color Harmonies of #F265BB
Complementary color
Monochromatic Colors of #F265BB
Black with #F265BB
Text Example
Text Example
White with #F265BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265BB; }
p { color: rgb(242,101,187); }
H1.HeaderClassName
{
color: #F265BB;
}
.AnyTagClassName
{
color: #F265BB;
}
</style>
background-color css
<style>
a { background-color: #F265BB; }
a { background-color: rgb(242,101,187); }
div.DivClassName
{
background-color: #F265BB;
}
.BgClassName
{
background-color: #F265BB;
}
</style>
border-color css
<style>
span { border-color: #F265BB; }
span { border-color: rgb(242,101,187); }
td.TdClassName
{
border-color: #F265BB;
}
.TagClassName
{
border-color: #F265BB;
}
</style>