#F388DA

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

Shades of Pale Magenta #F388DA

Tints of Pale Magenta #F388DA

Color information

#F388DA (or 0xF388DA) is unknown color: approx Pale Magenta. HEX triplet: F3, 88 and DA. RGB value is (243,136,218). Sum of RGB (Red+Green+Blue) = 243+136+218=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 136 (53.52% from 255 or 22.78% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F388DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388DA is #0C7725. Grayscale: #B1B1B1. Windows color (decimal): -816934 or 14321907. OLE color: 14321907.

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

Color convert

RGB243136218-
CMYK00.440.100.05
HSL314.02º81.68%74.31%-
HSV(B)314.02º44.03%95.29%-
XYZ58.4241.7271.3-
YUV177.34150.95174.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.70%
GREEN value IS 136 (53.52% from 255) = 22.78%
BLUE value IS 218 (85.55% from 255) = 36.52%
R=40.70%
G=22.78%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313621800.440.100.05314.0281.6874.31
HexF388DA02CA513a524a
Octal363210332054125472122112
Binary1111001110001000110110100101100101010110011101010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F388DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F388DA; }

 p { color: rgb(243,136,218); }

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

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

 a { background-color: rgb(243,136,218); }

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

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

 span { border-color: rgb(243,136,218); }

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