#F370D8

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

Shades of Pale Magenta #F370D8

Tints of Pale Magenta #F370D8

Color information

#F370D8 (or 0xF370D8) is unknown color: approx Pale Magenta. HEX triplet: F3, 70 and D8. RGB value is (243,112,216). Sum of RGB (Red+Green+Blue) = 243+112+216=571 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.56% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 243 - color contains mainly: red. Hex color #F370D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F370D8 is #0C8F27. Grayscale: #A2A2A2. Windows color (decimal): -823080 or 14184691. OLE color: 14184691.

HSL color Cylindrical-coordinate representation of color #F370D8: hue angle of 312.37º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F370D8 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB243112216-
CMYK00.540.110.05
HSL312.37º84.52%69.61%-
HSV(B)312.37º53.91%95.29%-
XYZ55.1535.668.93-
YUV163.02157.9185.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.56%
GREEN value IS 112 (44.14% from 255) = 19.61%
BLUE value IS 216 (84.77% from 255) = 37.83%
R=42.56%
G=19.61%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24311221600.540.110.05312.3784.5269.61
HexF370D8036B51385546
Octal363160330066135470125106
Binary111100111110000110110000110110101110110011100010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F370D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F370D8; }

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

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

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

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

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

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

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

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