#F37DE4

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

Shades of Pale Magenta #F37DE4

Tints of Pale Magenta #F37DE4

Color information

#F37DE4 (or 0xF37DE4) is unknown color: approx Pale Magenta. HEX triplet: F3, 7D and E4. RGB value is (243,125,228). Sum of RGB (Red+Green+Blue) = 243+125+228=596 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.77% from 596); Green value is 125 (49.22% from 255 or 20.97% from 596); Blue value is 228 (89.45% from 255 or 38.26% from 596); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DE4 is #0C821B. Grayscale: #ABABAB. Windows color (decimal): -819740 or 14974451. OLE color: 14974451.

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

Color convert

RGB243125228-
CMYK00.490.060.05
HSL307.63º83.1%72.16%-
HSV(B)307.63º48.56%95.29%-
XYZ58.339.3277.92-
YUV172.02159.59178.62-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.77%
GREEN value IS 125 (49.22% from 255) = 20.97%
BLUE value IS 228 (89.45% from 255) = 38.26%
R=40.77%
G=20.97%
B=38.26%

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
Decimal24312522800.490.060.05307.6383.172.16
HexF37DE4031651345348
Octal36317534406165464123110
Binary11110011111110111100100011000111010110011010010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37DE4; }

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

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

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

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

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

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

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

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