#F36EDC

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

Shades of Pale Magenta #F36EDC

Tints of Pale Magenta #F36EDC

Color information

#F36EDC (or 0xF36EDC) is unknown color: approx Pale Magenta. HEX triplet: F3, 6E and DC. RGB value is (243,110,220). Sum of RGB (Red+Green+Blue) = 243+110+220=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 110 (43.36% from 255 or 19.20% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F36EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36EDC is #0C9123. Grayscale: #A1A1A1. Windows color (decimal): -823588 or 14446323. OLE color: 14446323.

HSL color Cylindrical-coordinate representation of color #F36EDC: hue angle of 310.38º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F36EDC is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243110220-
CMYK00.550.090.05
HSL310.38º84.71%69.22%-
HSV(B)310.38º54.73%95.29%-
XYZ55.4635.3771.62-
YUV162.31160.56185.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.41%
GREEN value IS 110 (43.36% from 255) = 19.20%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=42.41%
G=19.20%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311022000.550.090.05310.3884.7169.22
HexF36EDC037951365545
Octal363156334067115466125105
Binary111100111101110110111000110111100110110011011010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F36EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F36EDC; }

 p { color: rgb(243,110,220); }

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

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

 a { background-color: rgb(243,110,220); }

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

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

 span { border-color: rgb(243,110,220); }

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