Shades of Hot Pink #F263AF
Tints of Hot Pink #F263AF
RGB
CMYK
RGB Variations
Color information
#F263AF (or 0xF263AF) is known color: Hot Pink. HEX triplet: F2, 63 and AF. RGB value is (242,99,175). Sum of RGB (Red+Green+Blue) = 242+99+175=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F263AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F263AF is #0D9C50. Grayscale: #969696. Windows color (decimal): -891985 or 11494386. OLE color: 11494386.
HSL color Cylindrical-coordinate representation of color #F263AF: hue angle of 328.11º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F263AF is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 175 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.05 |
| HSL | 328.11º | 0.85% | 0.67% | - |
| HSV(B) | 328.11º | 0.59% | 0.95% | - |
| XYZ | 48.82 | 30.9 | 43.95 | - |
| YUV | 150.42 | 141.88 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 175 | 0 | 0.59 | 0.28 | 0.05 | 328.11 | 0.85 | 0.67 |
| Hex | F2 | 63 | AF | 0 | 3B | 1C | 5 | 148 | 55 | 43 |
| Octal | 362 | 143 | 257 | 0 | 73 | 34 | 5 | 510 | 125 | 103 |
| Binary | 11110010 | 1100011 | 10101111 | 0 | 111011 | 11100 | 101 | 101001000 | 1010101 | 1000011 |
Color Harmonies of #F263AF
Complementary color
Monochromatic Colors of #F263AF
Black with #F263AF
Text Example
Text Example
White with #F263AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F263AF; }
p { color: rgb(242,99,175); }
H1.HeaderClassName
{
color: #F263AF;
}
.AnyTagClassName
{
color: #F263AF;
}
</style>
background-color css
<style>
a { background-color: #F263AF; }
a { background-color: rgb(242,99,175); }
div.DivClassName
{
background-color: #F263AF;
}
.BgClassName
{
background-color: #F263AF;
}
</style>
border-color css
<style>
span { border-color: #F263AF; }
span { border-color: rgb(242,99,175); }
td.TdClassName
{
border-color: #F263AF;
}
.TagClassName
{
border-color: #F263AF;
}
</style>