#F385E1

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

Shades of Pale Magenta #F385E1

Tints of Pale Magenta #F385E1

Color information

#F385E1 (or 0xF385E1) is unknown color: approx Pale Magenta. HEX triplet: F3, 85 and E1. RGB value is (243,133,225). Sum of RGB (Red+Green+Blue) = 243+133+225=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F385E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F385E1 is #0C7A1E. Grayscale: #B0B0B0. Windows color (decimal): -817695 or 14779891. OLE color: 14779891.

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

Color convert

RGB243133225-
CMYK00.450.070.05
HSL309.82º82.09%73.73%-
HSV(B)309.82º45.27%95.29%-
XYZ58.9441.2776.09-
YUV176.38155.44175.52-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.43%
GREEN value IS 133 (52.34% from 255) = 22.13%
BLUE value IS 225 (88.28% from 255) = 37.44%
R=40.43%
G=22.13%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313322500.450.070.05309.8282.0973.73
HexF385E102D75136524a
Octal36320534105575466122112
Binary111100111000010111100001010110111110110011011010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F385E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F385E1; }

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

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

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

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

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

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

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

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