Shades of Hot Pink #F25CBA
Tints of Hot Pink #F25CBA
RGB
CMYK
RGB Variations
Color information
#F25CBA (or 0xF25CBA) is known color: Hot Pink. HEX triplet: F2, 5C and BA. RGB value is (242,92,186). Sum of RGB (Red+Green+Blue) = 242+92+186=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25CBA is #0DA345. Grayscale: #939393. Windows color (decimal): -893766 or 12213490. OLE color: 12213490.
HSL color Cylindrical-coordinate representation of color #F25CBA: hue angle of 322.4º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25CBA is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 186 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.05 |
| HSL | 322.4º | 0.85% | 0.65% | - |
| HSV(B) | 322.4º | 0.62% | 0.95% | - |
| XYZ | 49.31 | 30.08 | 49.66 | - |
| YUV | 147.57 | 149.7 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 186 | 0 | 0.62 | 0.23 | 0.05 | 322.4 | 0.85 | 0.65 |
| Hex | F2 | 5C | BA | 0 | 3E | 17 | 5 | 142 | 55 | 41 |
| Octal | 362 | 134 | 272 | 0 | 76 | 27 | 5 | 502 | 125 | 101 |
| Binary | 11110010 | 1011100 | 10111010 | 0 | 111110 | 10111 | 101 | 101000010 | 1010101 | 1000001 |
Color Harmonies of #F25CBA
Complementary color
Monochromatic Colors of #F25CBA
Black with #F25CBA
Text Example
Text Example
White with #F25CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25CBA; }
p { color: rgb(242,92,186); }
H1.HeaderClassName
{
color: #F25CBA;
}
.AnyTagClassName
{
color: #F25CBA;
}
</style>
background-color css
<style>
a { background-color: #F25CBA; }
a { background-color: rgb(242,92,186); }
div.DivClassName
{
background-color: #F25CBA;
}
.BgClassName
{
background-color: #F25CBA;
}
</style>
border-color css
<style>
span { border-color: #F25CBA; }
span { border-color: rgb(242,92,186); }
td.TdClassName
{
border-color: #F25CBA;
}
.TagClassName
{
border-color: #F25CBA;
}
</style>