#F37ED4

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

Shades of Pale Magenta #F37ED4

Tints of Pale Magenta #F37ED4

Color information

#F37ED4 (or 0xF37ED4) is unknown color: approx Pale Magenta. HEX triplet: F3, 7E and D4. RGB value is (243,126,212). Sum of RGB (Red+Green+Blue) = 243+126+212=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 126 (49.61% from 255 or 21.69% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F37ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37ED4 is #0C812B. Grayscale: #AAAAAA. Windows color (decimal): -819500 or 13926131. OLE color: 13926131.

HSL color Cylindrical-coordinate representation of color #F37ED4: hue angle of 315.9º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F37ED4 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB243126212-
CMYK00.480.130.05
HSL315.9º82.98%72.35%-
HSV(B)315.9º48.15%95.29%-
XYZ56.3138.7366.8-
YUV170.79151.26179.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.82%
GREEN value IS 126 (49.61% from 255) = 21.69%
BLUE value IS 212 (83.20% from 255) = 36.49%
R=41.82%
G=21.69%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312621200.480.130.05315.982.9872.35
HexF37ED4030D513c5348
Octal363176324060155474123110
Binary111100111111110110101000110000110110110011110010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37ED4; }

 p { color: rgb(243,126,212); }

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

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

 a { background-color: rgb(243,126,212); }

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

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

 span { border-color: rgb(243,126,212); }

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