#F37DE8

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

Shades of Pale Magenta #F37DE8

Tints of Pale Magenta #F37DE8

Color information

#F37DE8 (or 0xF37DE8) is unknown color: approx Pale Magenta. HEX triplet: F3, 7D and E8. RGB value is (243,125,232). Sum of RGB (Red+Green+Blue) = 243+125+232=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 125 (49.22% from 255 or 20.83% from 600); Blue value is 232 (91.02% from 255 or 38.67% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37DE8 is #0C8217. Grayscale: #ACACAC. Windows color (decimal): -819736 or 15236595. OLE color: 15236595.

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

Color convert

RGB243125232-
CMYK00.490.050.05
HSL305.59º83.1%72.16%-
HSV(B)305.59º48.56%95.29%-
XYZ58.8639.5580.88-
YUV172.48161.59178.3-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.5%
GREEN value IS 125 (49.22% from 255) = 20.83%
BLUE value IS 232 (91.02% from 255) = 38.67%
R=40.5%
G=20.83%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312523200.490.050.05305.5983.172.16
HexF37DE8031551325348
Octal36317535006155462123110
Binary11110011111110111101000011000110110110011001010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37DE8; }

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

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

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

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

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

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

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

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