Shades of Hot Pink #F267AF
Tints of Hot Pink #F267AF
RGB
CMYK
RGB Variations
Color information
#F267AF (or 0xF267AF) is known color: Hot Pink. HEX triplet: F2, 67 and AF. RGB value is (242,103,175). Sum of RGB (Red+Green+Blue) = 242+103+175=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F267AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F267AF is #0D9850. Grayscale: #989898. Windows color (decimal): -890961 or 11495410. OLE color: 11495410.
HSL color Cylindrical-coordinate representation of color #F267AF: hue angle of 328.92º 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 #F267AF is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 175 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.05 |
| HSL | 328.92º | 0.84% | 0.68% | - |
| HSV(B) | 328.92º | 0.57% | 0.95% | - |
| XYZ | 49.21 | 31.67 | 44.08 | - |
| YUV | 152.77 | 140.55 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 175 | 0 | 0.57 | 0.28 | 0.05 | 328.92 | 0.84 | 0.68 |
| Hex | F2 | 67 | AF | 0 | 39 | 1C | 5 | 149 | 54 | 44 |
| Octal | 362 | 147 | 257 | 0 | 71 | 34 | 5 | 511 | 124 | 104 |
| Binary | 11110010 | 1100111 | 10101111 | 0 | 111001 | 11100 | 101 | 101001001 | 1010100 | 1000100 |
Color Harmonies of #F267AF
Complementary color
Monochromatic Colors of #F267AF
Black with #F267AF
Text Example
Text Example
White with #F267AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F267AF; }
p { color: rgb(242,103,175); }
H1.HeaderClassName
{
color: #F267AF;
}
.AnyTagClassName
{
color: #F267AF;
}
</style>
background-color css
<style>
a { background-color: #F267AF; }
a { background-color: rgb(242,103,175); }
div.DivClassName
{
background-color: #F267AF;
}
.BgClassName
{
background-color: #F267AF;
}
</style>
border-color css
<style>
span { border-color: #F267AF; }
span { border-color: rgb(242,103,175); }
td.TdClassName
{
border-color: #F267AF;
}
.TagClassName
{
border-color: #F267AF;
}
</style>