#F385E8

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

Shades of Pale Magenta #F385E8

Tints of Pale Magenta #F385E8

Color information

#F385E8 (or 0xF385E8) is unknown color: approx Pale Magenta. HEX triplet: F3, 85 and E8. RGB value is (243,133,232). Sum of RGB (Red+Green+Blue) = 243+133+232=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 133 (52.34% from 255 or 21.88% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F385E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F385E8 is #0C7A17. Grayscale: #B0B0B0. Windows color (decimal): -817688 or 15238643. OLE color: 15238643.

HSL color Cylindrical-coordinate representation of color #F385E8: hue angle of 306º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F385E8 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB243133232-
CMYK00.450.050.05
HSL306º82.09%73.73%-
HSV(B)306º45.27%95.29%-
XYZ59.9241.6681.23-
YUV177.18158.94174.95-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.97%
GREEN value IS 133 (52.34% from 255) = 21.88%
BLUE value IS 232 (91.02% from 255) = 38.16%
R=39.97%
G=21.88%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313323200.450.050.0530682.0973.73
HexF385E802D55132524a
Octal36320535005555462122112
Binary111100111000010111101000010110110110110011001010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F385E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F385E8; }

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

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

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

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

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

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

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

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