Shades of Hot Pink #F25DB4
Tints of Hot Pink #F25DB4
RGB
CMYK
RGB Variations
Color information
#F25DB4 (or 0xF25DB4) is known color: Hot Pink. HEX triplet: F2, 5D and B4. RGB value is (242,93,180). Sum of RGB (Red+Green+Blue) = 242+93+180=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DB4 is #0DA24B. Grayscale: #939393. Windows color (decimal): -893516 or 11820530. OLE color: 11820530.
HSL color Cylindrical-coordinate representation of color #F25DB4: hue angle of 324.97º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25DB4 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 180 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.05 |
| HSL | 324.97º | 0.85% | 0.66% | - |
| HSV(B) | 324.97º | 0.62% | 0.95% | - |
| XYZ | 48.77 | 30 | 46.4 | - |
| YUV | 147.47 | 146.36 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 180 | 0 | 0.62 | 0.26 | 0.05 | 324.97 | 0.85 | 0.66 |
| Hex | F2 | 5D | B4 | 0 | 3E | 1A | 5 | 145 | 55 | 42 |
| Octal | 362 | 135 | 264 | 0 | 76 | 32 | 5 | 505 | 125 | 102 |
| Binary | 11110010 | 1011101 | 10110100 | 0 | 111110 | 11010 | 101 | 101000101 | 1010101 | 1000010 |
Color Harmonies of #F25DB4
Complementary color
Monochromatic Colors of #F25DB4
Black with #F25DB4
Text Example
Text Example
White with #F25DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25DB4; }
p { color: rgb(242,93,180); }
H1.HeaderClassName
{
color: #F25DB4;
}
.AnyTagClassName
{
color: #F25DB4;
}
</style>
background-color css
<style>
a { background-color: #F25DB4; }
a { background-color: rgb(242,93,180); }
div.DivClassName
{
background-color: #F25DB4;
}
.BgClassName
{
background-color: #F25DB4;
}
</style>
border-color css
<style>
span { border-color: #F25DB4; }
span { border-color: rgb(242,93,180); }
td.TdClassName
{
border-color: #F25DB4;
}
.TagClassName
{
border-color: #F25DB4;
}
</style>