Shades of Neon Pink #F378CB
Tints of Neon Pink #F378CB
RGB
CMYK
RGB Variations
Color information
#F378CB (or 0xF378CB) is known color: Neon Pink. HEX triplet: F3, 78 and CB. RGB value is (243,120,203). Sum of RGB (Red+Green+Blue) = 243+120+203=566 (74% of max value = 765). Red value is 243 (95.31% from 255 or 42.93% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 243 - color contains mainly: red. Hex color #F378CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F378CB is #0C8734. Grayscale: #A6A6A6. Windows color (decimal): -821045 or 13334771. OLE color: 13334771.
HSL color Cylindrical-coordinate representation of color #F378CB: hue angle of 319.51º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F378CB is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 120 | 203 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.05 |
| HSL | 319.51º | 0.84% | 0.71% | - |
| HSV(B) | 319.51º | 0.51% | 0.95% | - |
| XYZ | 54.46 | 36.8 | 60.73 | - |
| YUV | 166.24 | 148.75 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 120 | 203 | 0 | 0.51 | 0.16 | 0.05 | 319.51 | 0.84 | 0.71 |
| Hex | F3 | 78 | CB | 0 | 33 | 10 | 5 | 140 | 54 | 47 |
| Octal | 363 | 170 | 313 | 0 | 63 | 20 | 5 | 500 | 124 | 107 |
| Binary | 11110011 | 1111000 | 11001011 | 0 | 110011 | 10000 | 101 | 101000000 | 1010100 | 1000111 |
Color Harmonies of #F378CB
Complementary color
Monochromatic Colors of #F378CB
Black with #F378CB
Text Example
Text Example
White with #F378CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F378CB; }
p { color: rgb(243,120,203); }
H1.HeaderClassName
{
color: #F378CB;
}
.AnyTagClassName
{
color: #F378CB;
}
</style>
background-color css
<style>
a { background-color: #F378CB; }
a { background-color: rgb(243,120,203); }
div.DivClassName
{
background-color: #F378CB;
}
.BgClassName
{
background-color: #F378CB;
}
</style>
border-color css
<style>
span { border-color: #F378CB; }
span { border-color: rgb(243,120,203); }
td.TdClassName
{
border-color: #F378CB;
}
.TagClassName
{
border-color: #F378CB;
}
</style>