#F37DE5

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

Shades of Pale Magenta #F37DE5

Tints of Pale Magenta #F37DE5

Color information

#F37DE5 (or 0xF37DE5) is unknown color: approx Pale Magenta. HEX triplet: F3, 7D and E5. RGB value is (243,125,229). Sum of RGB (Red+Green+Blue) = 243+125+229=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 125 (49.22% from 255 or 20.94% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DE5 is #0C821A. Grayscale: #ABABAB. Windows color (decimal): -819739 or 15039987. OLE color: 15039987.

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

Color convert

RGB243125229-
CMYK00.490.060.05
HSL307.12º83.1%72.16%-
HSV(B)307.12º48.56%95.29%-
XYZ58.4439.3878.65-
YUV172.14160.09178.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.70%
GREEN value IS 125 (49.22% from 255) = 20.94%
BLUE value IS 229 (89.84% from 255) = 38.36%
R=40.70%
G=20.94%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312522900.490.060.05307.1283.172.16
HexF37DE5031651335348
Octal36317534506165463123110
Binary11110011111110111100101011000111010110011001110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37DE5; }

 p { color: rgb(243,125,229); }

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

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

 a { background-color: rgb(243,125,229); }

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

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

 span { border-color: rgb(243,125,229); }

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