#F381E7

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

Shades of Pale Magenta #F381E7

Tints of Pale Magenta #F381E7

Color information

#F381E7 (or 0xF381E7) is unknown color: approx Pale Magenta. HEX triplet: F3, 81 and E7. RGB value is (243,129,231). Sum of RGB (Red+Green+Blue) = 243+129+231=603 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.30% from 603); Green value is 129 (50.78% from 255 or 21.39% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 243 - color contains mainly: red. Hex color #F381E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F381E7 is #0C7E18. Grayscale: #AEAEAE. Windows color (decimal): -818713 or 15172083. OLE color: 15172083.

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

Color convert

RGB243129231-
CMYK00.470.050.05
HSL306.32º82.61%72.94%-
HSV(B)306.32º46.91%95.29%-
XYZ59.2440.5280.3-
YUV174.71159.77176.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.30%
GREEN value IS 129 (50.78% from 255) = 21.39%
BLUE value IS 231 (90.62% from 255) = 38.31%
R=40.30%
G=21.39%
B=38.31%

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
Decimal24312923100.470.050.05306.3282.6172.94
HexF381E702F551325349
Octal36320134705755462123111
Binary111100111000000111100111010111110110110011001010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F381E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F381E7; }

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

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

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

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

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

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

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

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