Shades of Hot Pink #F269B3
Tints of Hot Pink #F269B3
RGB
CMYK
RGB Variations
Color information
#F269B3 (or 0xF269B3) is known color: Hot Pink. HEX triplet: F2, 69 and B3. RGB value is (242,105,179). Sum of RGB (Red+Green+Blue) = 242+105+179=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F269B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F269B3 is #0D964C. Grayscale: #9A9A9A. Windows color (decimal): -890445 or 11758066. OLE color: 11758066.
HSL color Cylindrical-coordinate representation of color #F269B3: hue angle of 327.59º 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 #F269B3 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 179 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.05 |
| HSL | 327.59º | 0.84% | 0.68% | - |
| HSV(B) | 327.59º | 0.57% | 0.95% | - |
| XYZ | 49.81 | 32.24 | 46.24 | - |
| YUV | 154.4 | 141.89 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 179 | 0 | 0.57 | 0.26 | 0.05 | 327.59 | 0.84 | 0.68 |
| Hex | F2 | 69 | B3 | 0 | 39 | 1A | 5 | 148 | 54 | 44 |
| Octal | 362 | 151 | 263 | 0 | 71 | 32 | 5 | 510 | 124 | 104 |
| Binary | 11110010 | 1101001 | 10110011 | 0 | 111001 | 11010 | 101 | 101001000 | 1010100 | 1000100 |
Color Harmonies of #F269B3
Complementary color
Monochromatic Colors of #F269B3
Black with #F269B3
Text Example
Text Example
White with #F269B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F269B3; }
p { color: rgb(242,105,179); }
H1.HeaderClassName
{
color: #F269B3;
}
.AnyTagClassName
{
color: #F269B3;
}
</style>
background-color css
<style>
a { background-color: #F269B3; }
a { background-color: rgb(242,105,179); }
div.DivClassName
{
background-color: #F269B3;
}
.BgClassName
{
background-color: #F269B3;
}
</style>
border-color css
<style>
span { border-color: #F269B3; }
span { border-color: rgb(242,105,179); }
td.TdClassName
{
border-color: #F269B3;
}
.TagClassName
{
border-color: #F269B3;
}
</style>