#F37AD6

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

Shades of Pale Magenta #F37AD6

Tints of Pale Magenta #F37AD6

Color information

#F37AD6 (or 0xF37AD6) is unknown color: approx Pale Magenta. HEX triplet: F3, 7A and D6. RGB value is (243,122,214). Sum of RGB (Red+Green+Blue) = 243+122+214=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 122 (48.05% from 255 or 21.07% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F37AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37AD6 is #0C8529. Grayscale: #A8A8A8. Windows color (decimal): -820522 or 14056179. OLE color: 14056179.

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

Color convert

RGB243122214-
CMYK00.500.120.05
HSL314.38º83.45%71.57%-
HSV(B)314.38º49.79%95.29%-
XYZ56.0637.8367.97-
YUV168.67153.59181.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.97%
GREEN value IS 122 (48.05% from 255) = 21.07%
BLUE value IS 214 (83.98% from 255) = 36.96%
R=41.97%
G=21.07%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312221400.500.120.05314.3883.4571.57
HexF37AD6032C513a5348
Octal363172326062145472123110
Binary111100111111010110101100110010110010110011101010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37AD6; }

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

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

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

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

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

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

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

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