Shades of Hot Pink #F265A8
Tints of Hot Pink #F265A8
RGB
CMYK
RGB Variations
Color information
#F265A8 (or 0xF265A8) is known color: Hot Pink. HEX triplet: F2, 65 and A8. RGB value is (242,101,168). Sum of RGB (Red+Green+Blue) = 242+101+168=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F265A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F265A8 is #0D9A57. Grayscale: #969696. Windows color (decimal): -891480 or 11036146. OLE color: 11036146.
HSL color Cylindrical-coordinate representation of color #F265A8: hue angle of 331.49º 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 #F265A8 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 168 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.05 |
| HSL | 331.49º | 0.84% | 0.67% | - |
| HSV(B) | 331.49º | 0.58% | 0.95% | - |
| XYZ | 48.34 | 31.01 | 40.48 | - |
| YUV | 150.8 | 137.71 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 168 | 0 | 0.58 | 0.31 | 0.05 | 331.49 | 0.84 | 0.67 |
| Hex | F2 | 65 | A8 | 0 | 3A | 1F | 5 | 14B | 54 | 43 |
| Octal | 362 | 145 | 250 | 0 | 72 | 37 | 5 | 513 | 124 | 103 |
| Binary | 11110010 | 1100101 | 10101000 | 0 | 111010 | 11111 | 101 | 101001011 | 1010100 | 1000011 |
Color Harmonies of #F265A8
Complementary color
Monochromatic Colors of #F265A8
Black with #F265A8
Text Example
Text Example
White with #F265A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265A8; }
p { color: rgb(242,101,168); }
H1.HeaderClassName
{
color: #F265A8;
}
.AnyTagClassName
{
color: #F265A8;
}
</style>
background-color css
<style>
a { background-color: #F265A8; }
a { background-color: rgb(242,101,168); }
div.DivClassName
{
background-color: #F265A8;
}
.BgClassName
{
background-color: #F265A8;
}
</style>
border-color css
<style>
span { border-color: #F265A8; }
span { border-color: rgb(242,101,168); }
td.TdClassName
{
border-color: #F265A8;
}
.TagClassName
{
border-color: #F265A8;
}
</style>