Shades of Hot Pink #F267B3
Tints of Hot Pink #F267B3
RGB
CMYK
RGB Variations
Color information
#F267B3 (or 0xF267B3) is known color: Hot Pink. HEX triplet: F2, 67 and B3. RGB value is (242,103,179). Sum of RGB (Red+Green+Blue) = 242+103+179=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F267B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F267B3 is #0D984C. Grayscale: #999999. Windows color (decimal): -890957 or 11757554. OLE color: 11757554.
HSL color Cylindrical-coordinate representation of color #F267B3: hue angle of 327.19º 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 #F267B3 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 179 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.05 |
| HSL | 327.19º | 0.84% | 0.68% | - |
| HSV(B) | 327.19º | 0.57% | 0.95% | - |
| XYZ | 49.6 | 31.83 | 46.18 | - |
| YUV | 153.23 | 142.55 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 179 | 0 | 0.57 | 0.26 | 0.05 | 327.19 | 0.84 | 0.68 |
| Hex | F2 | 67 | B3 | 0 | 39 | 1A | 5 | 147 | 54 | 44 |
| Octal | 362 | 147 | 263 | 0 | 71 | 32 | 5 | 507 | 124 | 104 |
| Binary | 11110010 | 1100111 | 10110011 | 0 | 111001 | 11010 | 101 | 101000111 | 1010100 | 1000100 |
Color Harmonies of #F267B3
Complementary color
Monochromatic Colors of #F267B3
Black with #F267B3
Text Example
Text Example
White with #F267B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F267B3; }
p { color: rgb(242,103,179); }
H1.HeaderClassName
{
color: #F267B3;
}
.AnyTagClassName
{
color: #F267B3;
}
</style>
background-color css
<style>
a { background-color: #F267B3; }
a { background-color: rgb(242,103,179); }
div.DivClassName
{
background-color: #F267B3;
}
.BgClassName
{
background-color: #F267B3;
}
</style>
border-color css
<style>
span { border-color: #F267B3; }
span { border-color: rgb(242,103,179); }
td.TdClassName
{
border-color: #F267B3;
}
.TagClassName
{
border-color: #F267B3;
}
</style>