Shades of Hot Pink #F26AB3
Tints of Hot Pink #F26AB3
RGB
CMYK
RGB Variations
Color information
#F26AB3 (or 0xF26AB3) is known color: Hot Pink. HEX triplet: F2, 6A and B3. RGB value is (242,106,179). Sum of RGB (Red+Green+Blue) = 242+106+179=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F26AB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26AB3 is #0D954C. Grayscale: #9A9A9A. Windows color (decimal): -890189 or 11758322. OLE color: 11758322.
HSL color Cylindrical-coordinate representation of color #F26AB3: hue angle of 327.79º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F26AB3 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 179 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.05 |
| HSL | 327.79º | 0.84% | 0.68% | - |
| HSV(B) | 327.79º | 0.56% | 0.95% | - |
| XYZ | 49.91 | 32.44 | 46.28 | - |
| YUV | 154.99 | 141.56 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 179 | 0 | 0.56 | 0.26 | 0.05 | 327.79 | 0.84 | 0.68 |
| Hex | F2 | 6A | B3 | 0 | 38 | 1A | 5 | 148 | 54 | 44 |
| Octal | 362 | 152 | 263 | 0 | 70 | 32 | 5 | 510 | 124 | 104 |
| Binary | 11110010 | 1101010 | 10110011 | 0 | 111000 | 11010 | 101 | 101001000 | 1010100 | 1000100 |
Color Harmonies of #F26AB3
Complementary color
Monochromatic Colors of #F26AB3
Black with #F26AB3
Text Example
Text Example
White with #F26AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26AB3; }
p { color: rgb(242,106,179); }
H1.HeaderClassName
{
color: #F26AB3;
}
.AnyTagClassName
{
color: #F26AB3;
}
</style>
background-color css
<style>
a { background-color: #F26AB3; }
a { background-color: rgb(242,106,179); }
div.DivClassName
{
background-color: #F26AB3;
}
.BgClassName
{
background-color: #F26AB3;
}
</style>
border-color css
<style>
span { border-color: #F26AB3; }
span { border-color: rgb(242,106,179); }
td.TdClassName
{
border-color: #F26AB3;
}
.TagClassName
{
border-color: #F26AB3;
}
</style>