#F376E6

Color #F376E6 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F376E6

Tints of Pale Magenta #F376E6

Color information

#F376E6 (or 0xF376E6) is unknown color: approx Pale Magenta. HEX triplet: F3, 76 and E6. RGB value is (243,118,230). Sum of RGB (Red+Green+Blue) = 243+118+230=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 118 (46.48% from 255 or 19.97% from 591); Blue value is 230 (90.23% from 255 or 38.92% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F376E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F376E6 is #0C8919. Grayscale: #A7A7A7. Windows color (decimal): -821530 or 15103731. OLE color: 15103731.

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

Color convert

RGB243118230-
CMYK00.510.050.05
HSL306.24º83.89%70.78%-
HSV(B)306.24º51.44%95.29%-
XYZ57.7237.7279.1-
YUV168.14162.91181.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.12%
GREEN value IS 118 (46.48% from 255) = 19.97%
BLUE value IS 230 (90.23% from 255) = 38.92%
R=41.12%
G=19.97%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311823000.510.050.05306.2483.8970.78
HexF376E6033551325447
Octal36316634606355462124107
Binary11110011111011011100110011001110110110011001010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F376E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F376E6; }

 p { color: rgb(243,118,230); }

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

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

 a { background-color: rgb(243,118,230); }

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

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

 span { border-color: rgb(243,118,230); }

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