Shades of Hot Pink #F26FB4
Tints of Hot Pink #F26FB4
RGB
CMYK
RGB Variations
Color information
#F26FB4 (or 0xF26FB4) is known color: Hot Pink. HEX triplet: F2, 6F and B4. RGB value is (242,111,180). Sum of RGB (Red+Green+Blue) = 242+111+180=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26FB4 is #0D904B. Grayscale: #9D9D9D. Windows color (decimal): -888908 or 11825138. OLE color: 11825138.
HSL color Cylindrical-coordinate representation of color #F26FB4: hue angle of 328.4º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F26FB4 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 180 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.05 |
| HSL | 328.4º | 0.83% | 0.69% | - |
| HSV(B) | 328.4º | 0.54% | 0.95% | - |
| XYZ | 50.54 | 33.54 | 46.99 | - |
| YUV | 158.04 | 140.4 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 180 | 0 | 0.54 | 0.26 | 0.05 | 328.4 | 0.83 | 0.69 |
| Hex | F2 | 6F | B4 | 0 | 36 | 1A | 5 | 148 | 53 | 45 |
| Octal | 362 | 157 | 264 | 0 | 66 | 32 | 5 | 510 | 123 | 105 |
| Binary | 11110010 | 1101111 | 10110100 | 0 | 110110 | 11010 | 101 | 101001000 | 1010011 | 1000101 |
Color Harmonies of #F26FB4
Complementary color
Monochromatic Colors of #F26FB4
Black with #F26FB4
Text Example
Text Example
White with #F26FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26FB4; }
p { color: rgb(242,111,180); }
H1.HeaderClassName
{
color: #F26FB4;
}
.AnyTagClassName
{
color: #F26FB4;
}
</style>
background-color css
<style>
a { background-color: #F26FB4; }
a { background-color: rgb(242,111,180); }
div.DivClassName
{
background-color: #F26FB4;
}
.BgClassName
{
background-color: #F26FB4;
}
</style>
border-color css
<style>
span { border-color: #F26FB4; }
span { border-color: rgb(242,111,180); }
td.TdClassName
{
border-color: #F26FB4;
}
.TagClassName
{
border-color: #F26FB4;
}
</style>