Shades of Hot Pink #F267BB
Tints of Hot Pink #F267BB
RGB
CMYK
RGB Variations
Color information
#F267BB (or 0xF267BB) is known color: Hot Pink. HEX triplet: F2, 67 and BB. RGB value is (242,103,187). Sum of RGB (Red+Green+Blue) = 242+103+187=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F267BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F267BB is #0D9844. Grayscale: #999999. Windows color (decimal): -890949 or 12281842. OLE color: 12281842.
HSL color Cylindrical-coordinate representation of color #F267BB: hue angle of 323.74º 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 #F267BB is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 187 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.05 |
| HSL | 323.74º | 0.84% | 0.68% | - |
| HSV(B) | 323.74º | 0.57% | 0.95% | - |
| XYZ | 50.44 | 32.17 | 50.56 | - |
| YUV | 154.14 | 146.55 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 187 | 0 | 0.57 | 0.23 | 0.05 | 323.74 | 0.84 | 0.68 |
| Hex | F2 | 67 | BB | 0 | 39 | 17 | 5 | 144 | 54 | 44 |
| Octal | 362 | 147 | 273 | 0 | 71 | 27 | 5 | 504 | 124 | 104 |
| Binary | 11110010 | 1100111 | 10111011 | 0 | 111001 | 10111 | 101 | 101000100 | 1010100 | 1000100 |
Color Harmonies of #F267BB
Complementary color
Monochromatic Colors of #F267BB
Black with #F267BB
Text Example
Text Example
White with #F267BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F267BB; }
p { color: rgb(242,103,187); }
H1.HeaderClassName
{
color: #F267BB;
}
.AnyTagClassName
{
color: #F267BB;
}
</style>
background-color css
<style>
a { background-color: #F267BB; }
a { background-color: rgb(242,103,187); }
div.DivClassName
{
background-color: #F267BB;
}
.BgClassName
{
background-color: #F267BB;
}
</style>
border-color css
<style>
span { border-color: #F267BB; }
span { border-color: rgb(242,103,187); }
td.TdClassName
{
border-color: #F267BB;
}
.TagClassName
{
border-color: #F267BB;
}
</style>