Shades of Neon Pink #F267CF
Tints of Neon Pink #F267CF
RGB
CMYK
RGB Variations
Color information
#F267CF (or 0xF267CF) is known color: Neon Pink. HEX triplet: F2, 67 and CF. RGB value is (242,103,207). Sum of RGB (Red+Green+Blue) = 242+103+207=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 103 (40.62% from 255 or 18.66% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F267CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F267CF is #0D9830. Grayscale: #9C9C9C. Windows color (decimal): -890929 or 13592562. OLE color: 13592562.
HSL color Cylindrical-coordinate representation of color #F267CF: hue angle of 315.11º 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 #F267CF is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 207 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.05 |
| HSL | 315.11º | 0.84% | 0.68% | - |
| HSV(B) | 315.11º | 0.57% | 0.95% | - |
| XYZ | 52.73 | 33.08 | 62.64 | - |
| YUV | 156.42 | 156.55 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 207 | 0 | 0.57 | 0.14 | 0.05 | 315.11 | 0.84 | 0.68 |
| Hex | F2 | 67 | CF | 0 | 39 | E | 5 | 13B | 54 | 44 |
| Octal | 362 | 147 | 317 | 0 | 71 | 16 | 5 | 473 | 124 | 104 |
| Binary | 11110010 | 1100111 | 11001111 | 0 | 111001 | 1110 | 101 | 100111011 | 1010100 | 1000100 |
Color Harmonies of #F267CF
Complementary color
Monochromatic Colors of #F267CF
Black with #F267CF
Text Example
Text Example
White with #F267CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F267CF; }
p { color: rgb(242,103,207); }
H1.HeaderClassName
{
color: #F267CF;
}
.AnyTagClassName
{
color: #F267CF;
}
</style>
background-color css
<style>
a { background-color: #F267CF; }
a { background-color: rgb(242,103,207); }
div.DivClassName
{
background-color: #F267CF;
}
.BgClassName
{
background-color: #F267CF;
}
</style>
border-color css
<style>
span { border-color: #F267CF; }
span { border-color: rgb(242,103,207); }
td.TdClassName
{
border-color: #F267CF;
}
.TagClassName
{
border-color: #F267CF;
}
</style>