Shades of Hot Pink #F269A1
Tints of Hot Pink #F269A1
RGB
CMYK
RGB Variations
Color information
#F269A1 (or 0xF269A1) is known color: Hot Pink. HEX triplet: F2, 69 and A1. RGB value is (242,105,161). Sum of RGB (Red+Green+Blue) = 242+105+161=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F269A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F269A1 is #0D965E. Grayscale: #989898. Windows color (decimal): -890463 or 10578418. OLE color: 10578418.
HSL color Cylindrical-coordinate representation of color #F269A1: hue angle of 335.47º 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 #F269A1 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 161 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.05 |
| HSL | 335.47º | 0.84% | 0.68% | - |
| HSV(B) | 335.47º | 0.57% | 0.95% | - |
| XYZ | 48.1 | 31.55 | 37.27 | - |
| YUV | 152.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 161 | 0 | 0.57 | 0.33 | 0.05 | 335.47 | 0.84 | 0.68 |
| Hex | F2 | 69 | A1 | 0 | 39 | 21 | 5 | 14F | 54 | 44 |
| Octal | 362 | 151 | 241 | 0 | 71 | 41 | 5 | 517 | 124 | 104 |
| Binary | 11110010 | 1101001 | 10100001 | 0 | 111001 | 100001 | 101 | 101001111 | 1010100 | 1000100 |
Color Harmonies of #F269A1
Complementary color
Monochromatic Colors of #F269A1
Black with #F269A1
Text Example
Text Example
White with #F269A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F269A1; }
p { color: rgb(242,105,161); }
H1.HeaderClassName
{
color: #F269A1;
}
.AnyTagClassName
{
color: #F269A1;
}
</style>
background-color css
<style>
a { background-color: #F269A1; }
a { background-color: rgb(242,105,161); }
div.DivClassName
{
background-color: #F269A1;
}
.BgClassName
{
background-color: #F269A1;
}
</style>
border-color css
<style>
span { border-color: #F269A1; }
span { border-color: rgb(242,105,161); }
td.TdClassName
{
border-color: #F269A1;
}
.TagClassName
{
border-color: #F269A1;
}
</style>