Shades of Hot Pink #F268AA
Tints of Hot Pink #F268AA
RGB
CMYK
RGB Variations
Color information
#F268AA (or 0xF268AA) is known color: Hot Pink. HEX triplet: F2, 68 and AA. RGB value is (242,104,170). Sum of RGB (Red+Green+Blue) = 242+104+170=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F268AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F268AA is #0D9755. Grayscale: #989898. Windows color (decimal): -890710 or 11167986. OLE color: 11167986.
HSL color Cylindrical-coordinate representation of color #F268AA: hue angle of 331.3º 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 #F268AA is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 170 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.05 |
| HSL | 331.3º | 0.84% | 0.68% | - |
| HSV(B) | 331.3º | 0.57% | 0.95% | - |
| XYZ | 48.82 | 31.68 | 41.57 | - |
| YUV | 152.79 | 137.72 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 170 | 0 | 0.57 | 0.30 | 0.05 | 331.3 | 0.84 | 0.68 |
| Hex | F2 | 68 | AA | 0 | 39 | 1E | 5 | 14B | 54 | 44 |
| Octal | 362 | 150 | 252 | 0 | 71 | 36 | 5 | 513 | 124 | 104 |
| Binary | 11110010 | 1101000 | 10101010 | 0 | 111001 | 11110 | 101 | 101001011 | 1010100 | 1000100 |
Color Harmonies of #F268AA
Complementary color
Monochromatic Colors of #F268AA
Black with #F268AA
Text Example
Text Example
White with #F268AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F268AA; }
p { color: rgb(242,104,170); }
H1.HeaderClassName
{
color: #F268AA;
}
.AnyTagClassName
{
color: #F268AA;
}
</style>
background-color css
<style>
a { background-color: #F268AA; }
a { background-color: rgb(242,104,170); }
div.DivClassName
{
background-color: #F268AA;
}
.BgClassName
{
background-color: #F268AA;
}
</style>
border-color css
<style>
span { border-color: #F268AA; }
span { border-color: rgb(242,104,170); }
td.TdClassName
{
border-color: #F268AA;
}
.TagClassName
{
border-color: #F268AA;
}
</style>