#F381DE

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

Shades of Pale Magenta #F381DE

Tints of Pale Magenta #F381DE

Color information

#F381DE (or 0xF381DE) is unknown color: approx Pale Magenta. HEX triplet: F3, 81 and DE. RGB value is (243,129,222). Sum of RGB (Red+Green+Blue) = 243+129+222=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F381DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F381DE is #0C7E21. Grayscale: #ADADAD. Windows color (decimal): -818722 or 14582259. OLE color: 14582259.

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

Color convert

RGB243129222-
CMYK00.470.090.05
HSL311.05º82.61%72.94%-
HSV(B)311.05º46.91%95.29%-
XYZ5840.0373.78-
YUV173.69155.27177.44-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.91%
GREEN value IS 129 (50.78% from 255) = 21.72%
BLUE value IS 222 (87.11% from 255) = 37.37%
R=40.91%
G=21.72%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312922200.470.090.05311.0582.6172.94
HexF381DE02F951375349
Octal363201336057115467123111
Binary1111001110000001110111100101111100110110011011110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F381DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F381DE; }

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

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

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

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

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

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

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

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