#F37AD7

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

Shades of Pale Magenta #F37AD7

Tints of Pale Magenta #F37AD7

Color information

#F37AD7 (or 0xF37AD7) is unknown color: approx Pale Magenta. HEX triplet: F3, 7A and D7. RGB value is (243,122,215). Sum of RGB (Red+Green+Blue) = 243+122+215=580 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.90% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 243 - color contains mainly: red. Hex color #F37AD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37AD7 is #0C8528. Grayscale: #A8A8A8. Windows color (decimal): -820521 or 14121715. OLE color: 14121715.

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

Color convert

RGB243122215-
CMYK00.500.120.05
HSL313.88º83.45%71.57%-
HSV(B)313.88º49.79%95.29%-
XYZ56.1937.8868.64-
YUV168.78154.09180.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.90%
GREEN value IS 122 (48.05% from 255) = 21.03%
BLUE value IS 215 (84.38% from 255) = 37.07%
R=41.90%
G=21.03%
B=37.07%

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
Decimal24312221500.500.120.05313.8883.4571.57
HexF37AD7032C513a5348
Octal363172327062145472123110
Binary111100111111010110101110110010110010110011101010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37AD7; }

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

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

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

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

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

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

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

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