Shades of Neon Pink #F261BD
Tints of Neon Pink #F261BD
RGB
CMYK
RGB Variations
Color information
#F261BD (or 0xF261BD) is known color: Neon Pink. HEX triplet: F2, 61 and BD. RGB value is (242,97,189). Sum of RGB (Red+Green+Blue) = 242+97+189=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F261BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F261BD is #0D9E42. Grayscale: #969696. Windows color (decimal): -892483 or 12411378. OLE color: 12411378.
HSL color Cylindrical-coordinate representation of color #F261BD: hue angle of 321.93º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F261BD is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 189 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.05 |
| HSL | 321.93º | 0.85% | 0.66% | - |
| HSV(B) | 321.93º | 0.6% | 0.95% | - |
| XYZ | 50.08 | 31.1 | 51.51 | - |
| YUV | 150.84 | 149.54 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 189 | 0 | 0.60 | 0.22 | 0.05 | 321.93 | 0.85 | 0.66 |
| Hex | F2 | 61 | BD | 0 | 3C | 16 | 5 | 142 | 55 | 42 |
| Octal | 362 | 141 | 275 | 0 | 74 | 26 | 5 | 502 | 125 | 102 |
| Binary | 11110010 | 1100001 | 10111101 | 0 | 111100 | 10110 | 101 | 101000010 | 1010101 | 1000010 |
Color Harmonies of #F261BD
Complementary color
Monochromatic Colors of #F261BD
Black with #F261BD
Text Example
Text Example
White with #F261BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F261BD; }
p { color: rgb(242,97,189); }
H1.HeaderClassName
{
color: #F261BD;
}
.AnyTagClassName
{
color: #F261BD;
}
</style>
background-color css
<style>
a { background-color: #F261BD; }
a { background-color: rgb(242,97,189); }
div.DivClassName
{
background-color: #F261BD;
}
.BgClassName
{
background-color: #F261BD;
}
</style>
border-color css
<style>
span { border-color: #F261BD; }
span { border-color: rgb(242,97,189); }
td.TdClassName
{
border-color: #F261BD;
}
.TagClassName
{
border-color: #F261BD;
}
</style>