#F37FD5

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

Shades of Pale Magenta #F37FD5

Tints of Pale Magenta #F37FD5

Color information

#F37FD5 (or 0xF37FD5) is unknown color: approx Pale Magenta. HEX triplet: F3, 7F and D5. RGB value is (243,127,213). Sum of RGB (Red+Green+Blue) = 243+127+213=583 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.68% from 583); Green value is 127 (50% from 255 or 21.78% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FD5 is #0C802A. Grayscale: #ABABAB. Windows color (decimal): -819243 or 13991923. OLE color: 13991923.

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

Color convert

RGB243127213-
CMYK00.480.120.05
HSL315.52º82.86%72.55%-
HSV(B)315.52º47.74%95.29%-
XYZ56.5639.0467.5-
YUV171.49151.43179.01-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.68%
GREEN value IS 127 (50% from 255) = 21.78%
BLUE value IS 213 (83.59% from 255) = 36.54%
R=41.68%
G=21.78%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312721300.480.120.05315.5282.8672.55
HexF37FD5030C513c5349
Octal363177325060145474123111
Binary111100111111111110101010110000110010110011110010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37FD5; }

 p { color: rgb(243,127,213); }

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

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

 a { background-color: rgb(243,127,213); }

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

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

 span { border-color: rgb(243,127,213); }

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