Shades of Hot Pink #F263BA
Tints of Hot Pink #F263BA
RGB
CMYK
RGB Variations
Color information
#F263BA (or 0xF263BA) is known color: Hot Pink. HEX triplet: F2, 63 and BA. RGB value is (242,99,186). Sum of RGB (Red+Green+Blue) = 242+99+186=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F263BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F263BA is #0D9C45. Grayscale: #979797. Windows color (decimal): -891974 or 12215282. OLE color: 12215282.
HSL color Cylindrical-coordinate representation of color #F263BA: hue angle of 323.5º 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 #F263BA is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 186 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.05 |
| HSL | 323.5º | 0.85% | 0.67% | - |
| HSV(B) | 323.5º | 0.59% | 0.95% | - |
| XYZ | 49.94 | 31.35 | 49.87 | - |
| YUV | 151.68 | 147.38 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 186 | 0 | 0.59 | 0.23 | 0.05 | 323.5 | 0.85 | 0.67 |
| Hex | F2 | 63 | BA | 0 | 3B | 17 | 5 | 143 | 55 | 43 |
| Octal | 362 | 143 | 272 | 0 | 73 | 27 | 5 | 503 | 125 | 103 |
| Binary | 11110010 | 1100011 | 10111010 | 0 | 111011 | 10111 | 101 | 101000011 | 1010101 | 1000011 |
Color Harmonies of #F263BA
Complementary color
Monochromatic Colors of #F263BA
Black with #F263BA
Text Example
Text Example
White with #F263BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F263BA; }
p { color: rgb(242,99,186); }
H1.HeaderClassName
{
color: #F263BA;
}
.AnyTagClassName
{
color: #F263BA;
}
</style>
background-color css
<style>
a { background-color: #F263BA; }
a { background-color: rgb(242,99,186); }
div.DivClassName
{
background-color: #F263BA;
}
.BgClassName
{
background-color: #F263BA;
}
</style>
border-color css
<style>
span { border-color: #F263BA; }
span { border-color: rgb(242,99,186); }
td.TdClassName
{
border-color: #F263BA;
}
.TagClassName
{
border-color: #F263BA;
}
</style>