Shades of Neon Pink #F275CB
Tints of Neon Pink #F275CB
RGB
CMYK
RGB Variations
Color information
#F275CB (or 0xF275CB) is known color: Neon Pink. HEX triplet: F2, 75 and CB. RGB value is (242,117,203). Sum of RGB (Red+Green+Blue) = 242+117+203=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F275CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F275CB is #0D8A34. Grayscale: #A3A3A3. Windows color (decimal): -887349 or 13334002. OLE color: 13334002.
HSL color Cylindrical-coordinate representation of color #F275CB: hue angle of 318.72º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F275CB is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 203 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.05 |
| HSL | 318.72º | 0.83% | 0.7% | - |
| HSV(B) | 318.72º | 0.52% | 0.95% | - |
| XYZ | 53.76 | 35.91 | 60.6 | - |
| YUV | 164.18 | 149.91 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 203 | 0 | 0.52 | 0.16 | 0.05 | 318.72 | 0.83 | 0.7 |
| Hex | F2 | 75 | CB | 0 | 34 | 10 | 5 | 13F | 53 | 46 |
| Octal | 362 | 165 | 313 | 0 | 64 | 20 | 5 | 477 | 123 | 106 |
| Binary | 11110010 | 1110101 | 11001011 | 0 | 110100 | 10000 | 101 | 100111111 | 1010011 | 1000110 |
Color Harmonies of #F275CB
Complementary color
Monochromatic Colors of #F275CB
Black with #F275CB
Text Example
Text Example
White with #F275CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F275CB; }
p { color: rgb(242,117,203); }
H1.HeaderClassName
{
color: #F275CB;
}
.AnyTagClassName
{
color: #F275CB;
}
</style>
background-color css
<style>
a { background-color: #F275CB; }
a { background-color: rgb(242,117,203); }
div.DivClassName
{
background-color: #F275CB;
}
.BgClassName
{
background-color: #F275CB;
}
</style>
border-color css
<style>
span { border-color: #F275CB; }
span { border-color: rgb(242,117,203); }
td.TdClassName
{
border-color: #F275CB;
}
.TagClassName
{
border-color: #F275CB;
}
</style>