Shades of Hot Pink #F265A7
Tints of Hot Pink #F265A7
RGB
CMYK
RGB Variations
Color information
#F265A7 (or 0xF265A7) is known color: Hot Pink. HEX triplet: F2, 65 and A7. RGB value is (242,101,167). Sum of RGB (Red+Green+Blue) = 242+101+167=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F265A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F265A7 is #0D9A58. Grayscale: #969696. Windows color (decimal): -891481 or 10970610. OLE color: 10970610.
HSL color Cylindrical-coordinate representation of color #F265A7: hue angle of 331.91º 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 #F265A7 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 167 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.05 |
| HSL | 331.91º | 0.84% | 0.67% | - |
| HSV(B) | 331.91º | 0.58% | 0.95% | - |
| XYZ | 48.25 | 30.97 | 40 | - |
| YUV | 150.68 | 137.21 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 167 | 0 | 0.58 | 0.31 | 0.05 | 331.91 | 0.84 | 0.67 |
| Hex | F2 | 65 | A7 | 0 | 3A | 1F | 5 | 14C | 54 | 43 |
| Octal | 362 | 145 | 247 | 0 | 72 | 37 | 5 | 514 | 124 | 103 |
| Binary | 11110010 | 1100101 | 10100111 | 0 | 111010 | 11111 | 101 | 101001100 | 1010100 | 1000011 |
Color Harmonies of #F265A7
Complementary color
Monochromatic Colors of #F265A7
Black with #F265A7
Text Example
Text Example
White with #F265A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265A7; }
p { color: rgb(242,101,167); }
H1.HeaderClassName
{
color: #F265A7;
}
.AnyTagClassName
{
color: #F265A7;
}
</style>
background-color css
<style>
a { background-color: #F265A7; }
a { background-color: rgb(242,101,167); }
div.DivClassName
{
background-color: #F265A7;
}
.BgClassName
{
background-color: #F265A7;
}
</style>
border-color css
<style>
span { border-color: #F265A7; }
span { border-color: rgb(242,101,167); }
td.TdClassName
{
border-color: #F265A7;
}
.TagClassName
{
border-color: #F265A7;
}
</style>