Shades of Neon Pink #F269CF
Tints of Neon Pink #F269CF
RGB
CMYK
RGB Variations
Color information
#F269CF (or 0xF269CF) is known color: Neon Pink. HEX triplet: F2, 69 and CF. RGB value is (242,105,207). Sum of RGB (Red+Green+Blue) = 242+105+207=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 105 (41.41% from 255 or 18.95% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F269CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F269CF is #0D9630. Grayscale: #9D9D9D. Windows color (decimal): -890417 or 13593074. OLE color: 13593074.
HSL color Cylindrical-coordinate representation of color #F269CF: hue angle of 315.33º 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 #F269CF is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 207 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.05 |
| HSL | 315.33º | 0.84% | 0.68% | - |
| HSV(B) | 315.33º | 0.57% | 0.95% | - |
| XYZ | 52.93 | 33.49 | 62.7 | - |
| YUV | 157.59 | 155.89 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 207 | 0 | 0.57 | 0.14 | 0.05 | 315.33 | 0.84 | 0.68 |
| Hex | F2 | 69 | CF | 0 | 39 | E | 5 | 13B | 54 | 44 |
| Octal | 362 | 151 | 317 | 0 | 71 | 16 | 5 | 473 | 124 | 104 |
| Binary | 11110010 | 1101001 | 11001111 | 0 | 111001 | 1110 | 101 | 100111011 | 1010100 | 1000100 |
Color Harmonies of #F269CF
Complementary color
Monochromatic Colors of #F269CF
Black with #F269CF
Text Example
Text Example
White with #F269CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F269CF; }
p { color: rgb(242,105,207); }
H1.HeaderClassName
{
color: #F269CF;
}
.AnyTagClassName
{
color: #F269CF;
}
</style>
background-color css
<style>
a { background-color: #F269CF; }
a { background-color: rgb(242,105,207); }
div.DivClassName
{
background-color: #F269CF;
}
.BgClassName
{
background-color: #F269CF;
}
</style>
border-color css
<style>
span { border-color: #F269CF; }
span { border-color: rgb(242,105,207); }
td.TdClassName
{
border-color: #F269CF;
}
.TagClassName
{
border-color: #F269CF;
}
</style>