#F377E0

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

Shades of Pale Magenta #F377E0

Tints of Pale Magenta #F377E0

Color information

#F377E0 (or 0xF377E0) is unknown color: approx Pale Magenta. HEX triplet: F3, 77 and E0. RGB value is (243,119,224). Sum of RGB (Red+Green+Blue) = 243+119+224=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 119 (46.88% from 255 or 20.31% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F377E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F377E0 is #0C881F. Grayscale: #A7A7A7. Windows color (decimal): -821280 or 14710771. OLE color: 14710771.

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

Color convert

RGB243119224-
CMYK00.510.080.05
HSL309.19º83.78%70.98%-
HSV(B)309.19º51.03%95.29%-
XYZ57.0137.6374.78-
YUV168.05159.58181.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.47%
GREEN value IS 119 (46.88% from 255) = 20.31%
BLUE value IS 224 (87.89% from 255) = 38.23%
R=41.47%
G=20.31%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311922400.510.080.05309.1983.7870.98
HexF377E0033851355447
Octal363167340063105465124107
Binary111100111110111111000000110011100010110011010110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F377E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F377E0; }

 p { color: rgb(243,119,224); }

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

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

 a { background-color: rgb(243,119,224); }

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

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

 span { border-color: rgb(243,119,224); }

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