Shades of Hot Pink #F269AF
Tints of Hot Pink #F269AF
RGB
CMYK
RGB Variations
Color information
#F269AF (or 0xF269AF) is known color: Hot Pink. HEX triplet: F2, 69 and AF. RGB value is (242,105,175). Sum of RGB (Red+Green+Blue) = 242+105+175=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F269AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F269AF is #0D9650. Grayscale: #999999. Windows color (decimal): -890449 or 11495922. OLE color: 11495922.
HSL color Cylindrical-coordinate representation of color #F269AF: hue angle of 329.34º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F269AF is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 175 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.05 |
| HSL | 329.34º | 0.84% | 0.68% | - |
| HSV(B) | 329.34º | 0.57% | 0.95% | - |
| XYZ | 49.41 | 32.08 | 44.14 | - |
| YUV | 153.94 | 139.89 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 175 | 0 | 0.57 | 0.28 | 0.05 | 329.34 | 0.84 | 0.68 |
| Hex | F2 | 69 | AF | 0 | 39 | 1C | 5 | 149 | 54 | 44 |
| Octal | 362 | 151 | 257 | 0 | 71 | 34 | 5 | 511 | 124 | 104 |
| Binary | 11110010 | 1101001 | 10101111 | 0 | 111001 | 11100 | 101 | 101001001 | 1010100 | 1000100 |
Color Harmonies of #F269AF
Complementary color
Monochromatic Colors of #F269AF
Black with #F269AF
Text Example
Text Example
White with #F269AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F269AF; }
p { color: rgb(242,105,175); }
H1.HeaderClassName
{
color: #F269AF;
}
.AnyTagClassName
{
color: #F269AF;
}
</style>
background-color css
<style>
a { background-color: #F269AF; }
a { background-color: rgb(242,105,175); }
div.DivClassName
{
background-color: #F269AF;
}
.BgClassName
{
background-color: #F269AF;
}
</style>
border-color css
<style>
span { border-color: #F269AF; }
span { border-color: rgb(242,105,175); }
td.TdClassName
{
border-color: #F269AF;
}
.TagClassName
{
border-color: #F269AF;
}
</style>