#F379CD

Color #F379CD Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #F379CD

Tints of Neon Pink #F379CD

Color information

#F379CD (or 0xF379CD) is unknown color: approx Neon Pink. HEX triplet: F3, 79 and CD. RGB value is (243,121,205). Sum of RGB (Red+Green+Blue) = 243+121+205=569 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.71% from 569); Green value is 121 (47.66% from 255 or 21.27% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 243 - color contains mainly: red. Hex color #F379CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F379CD is #0C8632. Grayscale: #A6A6A6. Windows color (decimal): -820787 or 13466099. OLE color: 13466099.

HSL color Cylindrical-coordinate representation of color #F379CD: hue angle of 318.69º 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 #F379CD is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243121205-
CMYK00.500.160.05
HSL318.69º83.56%71.37%-
HSV(B)318.69º50.21%95.29%-
XYZ54.8237.1462.04-
YUV167.05149.42182.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 42.71%
GREEN value IS 121 (47.66% from 255) = 21.27%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=42.71%
G=21.27%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312120500.500.160.05318.6983.5671.37
HexF379CD03210513f5447
Octal363171315062205477124107
Binary1111001111110011100110101100101000010110011111110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F379CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F379CD; }

 p { color: rgb(243,121,205); }

 H1.HeaderClassName
 {
   color: #F379CD;
 }
 .AnyTagClassName
 {
   color: #F379CD;
 }
</style>
background-color css

<style>
 a { background-color: #F379CD; }

 a { background-color: rgb(243,121,205); }

 div.DivClassName
 {
   background-color: #F379CD;
 }
 .BgClassName
 {
   background-color: #F379CD;
 }
</style>
border-color css

<style>
 span { border-color: #F379CD; }

 span { border-color: rgb(243,121,205); }

 td.TdClassName
 {
   border-color: #F379CD;
 }
 .TagClassName
 {
   border-color: #F379CD;
 }
</style>