Shades of Hot Pink #F26AB5
Tints of Hot Pink #F26AB5
RGB
CMYK
RGB Variations
Color information
#F26AB5 (or 0xF26AB5) is known color: Hot Pink. HEX triplet: F2, 6A and B5. RGB value is (242,106,181). Sum of RGB (Red+Green+Blue) = 242+106+181=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F26AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26AB5 is #0D954A. Grayscale: #9B9B9B. Windows color (decimal): -890187 or 11889394. OLE color: 11889394.
HSL color Cylindrical-coordinate representation of color #F26AB5: hue angle of 326.91º 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 #F26AB5 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 181 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.05 |
| HSL | 326.91º | 0.84% | 0.68% | - |
| HSV(B) | 326.91º | 0.56% | 0.95% | - |
| XYZ | 50.11 | 32.52 | 47.35 | - |
| YUV | 155.21 | 142.56 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 181 | 0 | 0.56 | 0.25 | 0.05 | 326.91 | 0.84 | 0.68 |
| Hex | F2 | 6A | B5 | 0 | 38 | 19 | 5 | 147 | 54 | 44 |
| Octal | 362 | 152 | 265 | 0 | 70 | 31 | 5 | 507 | 124 | 104 |
| Binary | 11110010 | 1101010 | 10110101 | 0 | 111000 | 11001 | 101 | 101000111 | 1010100 | 1000100 |
Color Harmonies of #F26AB5
Complementary color
Monochromatic Colors of #F26AB5
Black with #F26AB5
Text Example
Text Example
White with #F26AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26AB5; }
p { color: rgb(242,106,181); }
H1.HeaderClassName
{
color: #F26AB5;
}
.AnyTagClassName
{
color: #F26AB5;
}
</style>
background-color css
<style>
a { background-color: #F26AB5; }
a { background-color: rgb(242,106,181); }
div.DivClassName
{
background-color: #F26AB5;
}
.BgClassName
{
background-color: #F26AB5;
}
</style>
border-color css
<style>
span { border-color: #F26AB5; }
span { border-color: rgb(242,106,181); }
td.TdClassName
{
border-color: #F26AB5;
}
.TagClassName
{
border-color: #F26AB5;
}
</style>