#F37AD8

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

Shades of Pale Magenta #F37AD8

Tints of Pale Magenta #F37AD8

Color information

#F37AD8 (or 0xF37AD8) is unknown color: approx Pale Magenta. HEX triplet: F3, 7A and D8. RGB value is (243,122,216). Sum of RGB (Red+Green+Blue) = 243+122+216=581 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.82% from 581); Green value is 122 (48.05% from 255 or 21.00% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 243 - color contains mainly: red. Hex color #F37AD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37AD8 is #0C8527. Grayscale: #A8A8A8. Windows color (decimal): -820520 or 14187251. OLE color: 14187251.

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

Color convert

RGB243122216-
CMYK00.500.110.05
HSL313.39º83.45%71.57%-
HSV(B)313.39º49.79%95.29%-
XYZ56.3237.9369.32-
YUV168.9154.59180.86-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.82%
GREEN value IS 122 (48.05% from 255) = 21.00%
BLUE value IS 216 (84.77% from 255) = 37.18%
R=41.82%
G=21.00%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312221600.500.110.05313.3983.4571.57
HexF37AD8032B51395348
Octal363172330062135471123110
Binary111100111111010110110000110010101110110011100110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37AD8; }

 p { color: rgb(243,122,216); }

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

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

 a { background-color: rgb(243,122,216); }

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

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

 span { border-color: rgb(243,122,216); }

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