#F36DE1

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

Shades of Pale Magenta #F36DE1

Tints of Pale Magenta #F36DE1

Color information

#F36DE1 (or 0xF36DE1) is unknown color: approx Pale Magenta. HEX triplet: F3, 6D and E1. RGB value is (243,109,225). Sum of RGB (Red+Green+Blue) = 243+109+225=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 109 (42.97% from 255 or 18.89% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 243 - color contains mainly: red. Hex color #F36DE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F36DE1 is #0C921E. Grayscale: #A1A1A1. Windows color (decimal): -823839 or 14773747. OLE color: 14773747.

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

Color convert

RGB243109225-
CMYK00.550.070.05
HSL308.06º84.81%69.02%-
HSV(B)308.06º55.14%95.29%-
XYZ56.0235.4375.12-
YUV162.29163.39185.57-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.11%
GREEN value IS 109 (42.97% from 255) = 18.89%
BLUE value IS 225 (88.28% from 255) = 38.99%
R=42.11%
G=18.89%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310922500.550.070.05308.0684.8169.02
HexF36DE1037751345545
Octal36315534106775464125105
Binary11110011110110111100001011011111110110011010010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F36DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F36DE1; }

 p { color: rgb(243,109,225); }

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

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

 a { background-color: rgb(243,109,225); }

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

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

 span { border-color: rgb(243,109,225); }

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