Shades of Neon Pink #F25DBF
Tints of Neon Pink #F25DBF
RGB
CMYK
RGB Variations
Color information
#F25DBF (or 0xF25DBF) is known color: Neon Pink. HEX triplet: F2, 5D and BF. RGB value is (242,93,191). Sum of RGB (Red+Green+Blue) = 242+93+191=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DBF is #0DA240. Grayscale: #949494. Windows color (decimal): -893505 or 12541426. OLE color: 12541426.
HSL color Cylindrical-coordinate representation of color #F25DBF: hue angle of 320.54º 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 #F25DBF is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 191 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.05 |
| HSL | 320.54º | 0.85% | 0.66% | - |
| HSV(B) | 320.54º | 0.62% | 0.95% | - |
| XYZ | 49.94 | 30.47 | 52.54 | - |
| YUV | 148.72 | 151.86 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 191 | 0 | 0.62 | 0.21 | 0.05 | 320.54 | 0.85 | 0.66 |
| Hex | F2 | 5D | BF | 0 | 3E | 15 | 5 | 141 | 55 | 42 |
| Octal | 362 | 135 | 277 | 0 | 76 | 25 | 5 | 501 | 125 | 102 |
| Binary | 11110010 | 1011101 | 10111111 | 0 | 111110 | 10101 | 101 | 101000001 | 1010101 | 1000010 |
Color Harmonies of #F25DBF
Complementary color
Monochromatic Colors of #F25DBF
Black with #F25DBF
Text Example
Text Example
White with #F25DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25DBF; }
p { color: rgb(242,93,191); }
H1.HeaderClassName
{
color: #F25DBF;
}
.AnyTagClassName
{
color: #F25DBF;
}
</style>
background-color css
<style>
a { background-color: #F25DBF; }
a { background-color: rgb(242,93,191); }
div.DivClassName
{
background-color: #F25DBF;
}
.BgClassName
{
background-color: #F25DBF;
}
</style>
border-color css
<style>
span { border-color: #F25DBF; }
span { border-color: rgb(242,93,191); }
td.TdClassName
{
border-color: #F25DBF;
}
.TagClassName
{
border-color: #F25DBF;
}
</style>