Shades of Neon Pink #F269D3
Tints of Neon Pink #F269D3
RGB
CMYK
RGB Variations
Color information
#F269D3 (or 0xF269D3) is known color: Neon Pink. HEX triplet: F2, 69 and D3. RGB value is (242,105,211). Sum of RGB (Red+Green+Blue) = 242+105+211=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 105 (41.41% from 255 or 18.82% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F269D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F269D3 is #0D962C. Grayscale: #9D9D9D. Windows color (decimal): -890413 or 13855218. OLE color: 13855218.
HSL color Cylindrical-coordinate representation of color #F269D3: hue angle of 313.58º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F269D3 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 211 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.05 |
| HSL | 313.58º | 0.84% | 0.68% | - |
| HSV(B) | 313.58º | 0.57% | 0.95% | - |
| XYZ | 53.43 | 33.68 | 65.31 | - |
| YUV | 158.05 | 157.89 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 211 | 0 | 0.57 | 0.13 | 0.05 | 313.58 | 0.84 | 0.68 |
| Hex | F2 | 69 | D3 | 0 | 39 | D | 5 | 13A | 54 | 44 |
| Octal | 362 | 151 | 323 | 0 | 71 | 15 | 5 | 472 | 124 | 104 |
| Binary | 11110010 | 1101001 | 11010011 | 0 | 111001 | 1101 | 101 | 100111010 | 1010100 | 1000100 |
Color Harmonies of #F269D3
Complementary color
Monochromatic Colors of #F269D3
Black with #F269D3
Text Example
Text Example
White with #F269D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F269D3; }
p { color: rgb(242,105,211); }
H1.HeaderClassName
{
color: #F269D3;
}
.AnyTagClassName
{
color: #F269D3;
}
</style>
background-color css
<style>
a { background-color: #F269D3; }
a { background-color: rgb(242,105,211); }
div.DivClassName
{
background-color: #F269D3;
}
.BgClassName
{
background-color: #F269D3;
}
</style>
border-color css
<style>
span { border-color: #F269D3; }
span { border-color: rgb(242,105,211); }
td.TdClassName
{
border-color: #F269D3;
}
.TagClassName
{
border-color: #F269D3;
}
</style>