Shades of Hot Pink #F269B9
Tints of Hot Pink #F269B9
RGB
CMYK
RGB Variations
Color information
#F269B9 (or 0xF269B9) is known color: Hot Pink. HEX triplet: F2, 69 and B9. RGB value is (242,105,185). Sum of RGB (Red+Green+Blue) = 242+105+185=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F269B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F269B9 is #0D9646. Grayscale: #9A9A9A. Windows color (decimal): -890439 or 12151282. OLE color: 12151282.
HSL color Cylindrical-coordinate representation of color #F269B9: hue angle of 324.96º 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 #F269B9 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 185 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.05 |
| HSL | 324.96º | 0.84% | 0.68% | - |
| HSV(B) | 324.96º | 0.57% | 0.95% | - |
| XYZ | 50.43 | 32.48 | 49.51 | - |
| YUV | 155.08 | 144.89 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 185 | 0 | 0.57 | 0.24 | 0.05 | 324.96 | 0.84 | 0.68 |
| Hex | F2 | 69 | B9 | 0 | 39 | 18 | 5 | 145 | 54 | 44 |
| Octal | 362 | 151 | 271 | 0 | 71 | 30 | 5 | 505 | 124 | 104 |
| Binary | 11110010 | 1101001 | 10111001 | 0 | 111001 | 11000 | 101 | 101000101 | 1010100 | 1000100 |
Color Harmonies of #F269B9
Complementary color
Monochromatic Colors of #F269B9
Black with #F269B9
Text Example
Text Example
White with #F269B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F269B9; }
p { color: rgb(242,105,185); }
H1.HeaderClassName
{
color: #F269B9;
}
.AnyTagClassName
{
color: #F269B9;
}
</style>
background-color css
<style>
a { background-color: #F269B9; }
a { background-color: rgb(242,105,185); }
div.DivClassName
{
background-color: #F269B9;
}
.BgClassName
{
background-color: #F269B9;
}
</style>
border-color css
<style>
span { border-color: #F269B9; }
span { border-color: rgb(242,105,185); }
td.TdClassName
{
border-color: #F269B9;
}
.TagClassName
{
border-color: #F269B9;
}
</style>