Shades of Hot Pink #F267A8
Tints of Hot Pink #F267A8
RGB
CMYK
RGB Variations
Color information
#F267A8 (or 0xF267A8) is known color: Hot Pink. HEX triplet: F2, 67 and A8. RGB value is (242,103,168). Sum of RGB (Red+Green+Blue) = 242+103+168=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 168 (66.02% from 255 or 32.75% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F267A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F267A8 is #0D9857. Grayscale: #979797. Windows color (decimal): -890968 or 11036658. OLE color: 11036658.
HSL color Cylindrical-coordinate representation of color #F267A8: hue angle of 331.94º 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 #F267A8 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 168 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.05 |
| HSL | 331.94º | 0.84% | 0.68% | - |
| HSV(B) | 331.94º | 0.57% | 0.95% | - |
| XYZ | 48.54 | 31.4 | 40.55 | - |
| YUV | 151.97 | 137.05 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 168 | 0 | 0.57 | 0.31 | 0.05 | 331.94 | 0.84 | 0.68 |
| Hex | F2 | 67 | A8 | 0 | 39 | 1F | 5 | 14C | 54 | 44 |
| Octal | 362 | 147 | 250 | 0 | 71 | 37 | 5 | 514 | 124 | 104 |
| Binary | 11110010 | 1100111 | 10101000 | 0 | 111001 | 11111 | 101 | 101001100 | 1010100 | 1000100 |
Color Harmonies of #F267A8
Complementary color
Monochromatic Colors of #F267A8
Black with #F267A8
Text Example
Text Example
White with #F267A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F267A8; }
p { color: rgb(242,103,168); }
H1.HeaderClassName
{
color: #F267A8;
}
.AnyTagClassName
{
color: #F267A8;
}
</style>
background-color css
<style>
a { background-color: #F267A8; }
a { background-color: rgb(242,103,168); }
div.DivClassName
{
background-color: #F267A8;
}
.BgClassName
{
background-color: #F267A8;
}
</style>
border-color css
<style>
span { border-color: #F267A8; }
span { border-color: rgb(242,103,168); }
td.TdClassName
{
border-color: #F267A8;
}
.TagClassName
{
border-color: #F267A8;
}
</style>