Shades of Hot Pink #F269AD
Tints of Hot Pink #F269AD
RGB
CMYK
RGB Variations
Color information
#F269AD (or 0xF269AD) is known color: Hot Pink. HEX triplet: F2, 69 and AD. RGB value is (242,105,173). Sum of RGB (Red+Green+Blue) = 242+105+173=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F269AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F269AD is #0D9652. Grayscale: #999999. Windows color (decimal): -890451 or 11364850. OLE color: 11364850.
HSL color Cylindrical-coordinate representation of color #F269AD: hue angle of 330.22º 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 #F269AD is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 173 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.05 |
| HSL | 330.22º | 0.84% | 0.68% | - |
| HSV(B) | 330.22º | 0.57% | 0.95% | - |
| XYZ | 49.21 | 32 | 43.12 | - |
| YUV | 153.72 | 138.89 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 173 | 0 | 0.57 | 0.29 | 0.05 | 330.22 | 0.84 | 0.68 |
| Hex | F2 | 69 | AD | 0 | 39 | 1D | 5 | 14A | 54 | 44 |
| Octal | 362 | 151 | 255 | 0 | 71 | 35 | 5 | 512 | 124 | 104 |
| Binary | 11110010 | 1101001 | 10101101 | 0 | 111001 | 11101 | 101 | 101001010 | 1010100 | 1000100 |
Color Harmonies of #F269AD
Complementary color
Monochromatic Colors of #F269AD
Black with #F269AD
Text Example
Text Example
White with #F269AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F269AD; }
p { color: rgb(242,105,173); }
H1.HeaderClassName
{
color: #F269AD;
}
.AnyTagClassName
{
color: #F269AD;
}
</style>
background-color css
<style>
a { background-color: #F269AD; }
a { background-color: rgb(242,105,173); }
div.DivClassName
{
background-color: #F269AD;
}
.BgClassName
{
background-color: #F269AD;
}
</style>
border-color css
<style>
span { border-color: #F269AD; }
span { border-color: rgb(242,105,173); }
td.TdClassName
{
border-color: #F269AD;
}
.TagClassName
{
border-color: #F269AD;
}
</style>