Shades of Hot Pink #F267AD
Tints of Hot Pink #F267AD
RGB
CMYK
RGB Variations
Color information
#F267AD (or 0xF267AD) is known color: Hot Pink. HEX triplet: F2, 67 and AD. RGB value is (242,103,173). Sum of RGB (Red+Green+Blue) = 242+103+173=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F267AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F267AD is #0D9852. Grayscale: #989898. Windows color (decimal): -890963 or 11364338. OLE color: 11364338.
HSL color Cylindrical-coordinate representation of color #F267AD: hue angle of 329.78º 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 #F267AD is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 173 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.05 |
| HSL | 329.78º | 0.84% | 0.68% | - |
| HSV(B) | 329.78º | 0.57% | 0.95% | - |
| XYZ | 49.01 | 31.59 | 43.05 | - |
| YUV | 152.54 | 139.55 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 173 | 0 | 0.57 | 0.29 | 0.05 | 329.78 | 0.84 | 0.68 |
| Hex | F2 | 67 | AD | 0 | 39 | 1D | 5 | 14A | 54 | 44 |
| Octal | 362 | 147 | 255 | 0 | 71 | 35 | 5 | 512 | 124 | 104 |
| Binary | 11110010 | 1100111 | 10101101 | 0 | 111001 | 11101 | 101 | 101001010 | 1010100 | 1000100 |
Color Harmonies of #F267AD
Complementary color
Monochromatic Colors of #F267AD
Black with #F267AD
Text Example
Text Example
White with #F267AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F267AD; }
p { color: rgb(242,103,173); }
H1.HeaderClassName
{
color: #F267AD;
}
.AnyTagClassName
{
color: #F267AD;
}
</style>
background-color css
<style>
a { background-color: #F267AD; }
a { background-color: rgb(242,103,173); }
div.DivClassName
{
background-color: #F267AD;
}
.BgClassName
{
background-color: #F267AD;
}
</style>
border-color css
<style>
span { border-color: #F267AD; }
span { border-color: rgb(242,103,173); }
td.TdClassName
{
border-color: #F267AD;
}
.TagClassName
{
border-color: #F267AD;
}
</style>