#F381E8

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

Shades of Pale Magenta #F381E8

Tints of Pale Magenta #F381E8

Color information

#F381E8 (or 0xF381E8) is unknown color: approx Pale Magenta. HEX triplet: F3, 81 and E8. RGB value is (243,129,232). Sum of RGB (Red+Green+Blue) = 243+129+232=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 129 (50.78% from 255 or 21.36% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F381E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F381E8 is #0C7E17. Grayscale: #AEAEAE. Windows color (decimal): -818712 or 15237619. OLE color: 15237619.

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

Color convert

RGB243129232-
CMYK00.470.050.05
HSL305.79º82.61%72.94%-
HSV(B)305.79º46.91%95.29%-
XYZ59.3840.5881.05-
YUV174.83160.27176.62-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.23%
GREEN value IS 129 (50.78% from 255) = 21.36%
BLUE value IS 232 (91.02% from 255) = 38.41%
R=40.23%
G=21.36%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312923200.470.050.05305.7982.6172.94
HexF381E802F551325349
Octal36320135005755462123111
Binary111100111000000111101000010111110110110011001010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F381E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F381E8; }

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

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

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

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

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

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

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

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