Shades of Neon Pink #F379D2
Tints of Neon Pink #F379D2
RGB
CMYK
RGB Variations
Color information
#F379D2 (or 0xF379D2) is known color: Neon Pink. HEX triplet: F3, 79 and D2. RGB value is (243,121,210). Sum of RGB (Red+Green+Blue) = 243+121+210=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 121 (47.66% from 255 or 21.08% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F379D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379D2 is #0C862D. Grayscale: #A7A7A7. Windows color (decimal): -820782 or 13793779. OLE color: 13793779.
HSL color Cylindrical-coordinate representation of color #F379D2: hue angle of 316.23º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F379D2 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 121 | 210 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.05 |
| HSL | 316.23º | 0.84% | 0.71% | - |
| HSV(B) | 316.23º | 0.5% | 0.95% | - |
| XYZ | 55.43 | 37.38 | 65.27 | - |
| YUV | 167.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 121 | 210 | 0 | 0.50 | 0.14 | 0.05 | 316.23 | 0.84 | 0.71 |
| Hex | F3 | 79 | D2 | 0 | 32 | E | 5 | 13C | 54 | 47 |
| Octal | 363 | 171 | 322 | 0 | 62 | 16 | 5 | 474 | 124 | 107 |
| Binary | 11110011 | 1111001 | 11010010 | 0 | 110010 | 1110 | 101 | 100111100 | 1010100 | 1000111 |
Color Harmonies of #F379D2
Complementary color
Monochromatic Colors of #F379D2
Black with #F379D2
Text Example
Text Example
White with #F379D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F379D2; }
p { color: rgb(243,121,210); }
H1.HeaderClassName
{
color: #F379D2;
}
.AnyTagClassName
{
color: #F379D2;
}
</style>
background-color css
<style>
a { background-color: #F379D2; }
a { background-color: rgb(243,121,210); }
div.DivClassName
{
background-color: #F379D2;
}
.BgClassName
{
background-color: #F379D2;
}
</style>
border-color css
<style>
span { border-color: #F379D2; }
span { border-color: rgb(243,121,210); }
td.TdClassName
{
border-color: #F379D2;
}
.TagClassName
{
border-color: #F379D2;
}
</style>