Shades of Hot Pink #F265AB
Tints of Hot Pink #F265AB
RGB
CMYK
RGB Variations
Color information
#F265AB (or 0xF265AB) is known color: Hot Pink. HEX triplet: F2, 65 and AB. RGB value is (242,101,171). Sum of RGB (Red+Green+Blue) = 242+101+171=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F265AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F265AB is #0D9A54. Grayscale: #979797. Windows color (decimal): -891477 or 11232754. OLE color: 11232754.
HSL color Cylindrical-coordinate representation of color #F265AB: hue angle of 330.21º 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 #F265AB is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 171 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.05 |
| HSL | 330.21º | 0.84% | 0.67% | - |
| HSV(B) | 330.21º | 0.58% | 0.95% | - |
| XYZ | 48.62 | 31.12 | 41.97 | - |
| YUV | 151.14 | 139.21 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 171 | 0 | 0.58 | 0.29 | 0.05 | 330.21 | 0.84 | 0.67 |
| Hex | F2 | 65 | AB | 0 | 3A | 1D | 5 | 14A | 54 | 43 |
| Octal | 362 | 145 | 253 | 0 | 72 | 35 | 5 | 512 | 124 | 103 |
| Binary | 11110010 | 1100101 | 10101011 | 0 | 111010 | 11101 | 101 | 101001010 | 1010100 | 1000011 |
Color Harmonies of #F265AB
Complementary color
Monochromatic Colors of #F265AB
Black with #F265AB
Text Example
Text Example
White with #F265AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265AB; }
p { color: rgb(242,101,171); }
H1.HeaderClassName
{
color: #F265AB;
}
.AnyTagClassName
{
color: #F265AB;
}
</style>
background-color css
<style>
a { background-color: #F265AB; }
a { background-color: rgb(242,101,171); }
div.DivClassName
{
background-color: #F265AB;
}
.BgClassName
{
background-color: #F265AB;
}
</style>
border-color css
<style>
span { border-color: #F265AB; }
span { border-color: rgb(242,101,171); }
td.TdClassName
{
border-color: #F265AB;
}
.TagClassName
{
border-color: #F265AB;
}
</style>