#F376DE

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

Shades of Pale Magenta #F376DE

Tints of Pale Magenta #F376DE

Color information

#F376DE (or 0xF376DE) is unknown color: approx Pale Magenta. HEX triplet: F3, 76 and DE. RGB value is (243,118,222). Sum of RGB (Red+Green+Blue) = 243+118+222=583 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.68% from 583); Green value is 118 (46.48% from 255 or 20.24% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 243 - color contains mainly: red. Hex color #F376DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F376DE is #0C8921. Grayscale: #A6A6A6. Windows color (decimal): -821538 or 14579443. OLE color: 14579443.

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

Color convert

RGB243118222-
CMYK00.510.090.05
HSL310.08º83.89%70.78%-
HSV(B)310.08º51.44%95.29%-
XYZ56.6337.2973.32-
YUV167.23158.91182.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.68%
GREEN value IS 118 (46.48% from 255) = 20.24%
BLUE value IS 222 (87.11% from 255) = 38.08%
R=41.68%
G=20.24%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311822200.510.090.05310.0883.8970.78
HexF376DE033951365447
Octal363166336063115466124107
Binary111100111110110110111100110011100110110011011010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F376DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F376DE; }

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

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

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

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

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

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

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

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