Shades of Neon Pink #F269BE
Tints of Neon Pink #F269BE
RGB
CMYK
RGB Variations
Color information
#F269BE (or 0xF269BE) is known color: Neon Pink. HEX triplet: F2, 69 and BE. RGB value is (242,105,190). Sum of RGB (Red+Green+Blue) = 242+105+190=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F269BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F269BE is #0D9641. Grayscale: #9B9B9B. Windows color (decimal): -890434 or 12478962. OLE color: 12478962.
HSL color Cylindrical-coordinate representation of color #F269BE: hue angle of 322.77º 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 #F269BE is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 190 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.05 |
| HSL | 322.77º | 0.84% | 0.68% | - |
| HSV(B) | 322.77º | 0.57% | 0.95% | - |
| XYZ | 50.96 | 32.7 | 52.34 | - |
| YUV | 155.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 190 | 0 | 0.57 | 0.21 | 0.05 | 322.77 | 0.84 | 0.68 |
| Hex | F2 | 69 | BE | 0 | 39 | 15 | 5 | 143 | 54 | 44 |
| Octal | 362 | 151 | 276 | 0 | 71 | 25 | 5 | 503 | 124 | 104 |
| Binary | 11110010 | 1101001 | 10111110 | 0 | 111001 | 10101 | 101 | 101000011 | 1010100 | 1000100 |
Color Harmonies of #F269BE
Complementary color
Monochromatic Colors of #F269BE
Black with #F269BE
Text Example
Text Example
White with #F269BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F269BE; }
p { color: rgb(242,105,190); }
H1.HeaderClassName
{
color: #F269BE;
}
.AnyTagClassName
{
color: #F269BE;
}
</style>
background-color css
<style>
a { background-color: #F269BE; }
a { background-color: rgb(242,105,190); }
div.DivClassName
{
background-color: #F269BE;
}
.BgClassName
{
background-color: #F269BE;
}
</style>
border-color css
<style>
span { border-color: #F269BE; }
span { border-color: rgb(242,105,190); }
td.TdClassName
{
border-color: #F269BE;
}
.TagClassName
{
border-color: #F269BE;
}
</style>