#F381D7

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

Shades of Pale Magenta #F381D7

Tints of Pale Magenta #F381D7

Color information

#F381D7 (or 0xF381D7) is unknown color: approx Pale Magenta. HEX triplet: F3, 81 and D7. RGB value is (243,129,215). Sum of RGB (Red+Green+Blue) = 243+129+215=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F381D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381D7 is #0C7E28. Grayscale: #ACACAC. Windows color (decimal): -818729 or 14123507. OLE color: 14123507.

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

Color convert

RGB243129215-
CMYK00.470.120.05
HSL314.74º82.61%72.94%-
HSV(B)314.74º46.91%95.29%-
XYZ57.0839.6668.94-
YUV172.89151.77178.01-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.40%
GREEN value IS 129 (50.78% from 255) = 21.98%
BLUE value IS 215 (84.38% from 255) = 36.63%
R=41.40%
G=21.98%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312921500.470.120.05314.7482.6172.94
HexF381D702FC513b5349
Octal363201327057145473123111
Binary1111001110000001110101110101111110010110011101110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F381D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F381D7; }

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

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

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

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

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

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

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

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