#F388DC

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

Shades of Pale Magenta #F388DC

Tints of Pale Magenta #F388DC

Color information

#F388DC (or 0xF388DC) is unknown color: approx Pale Magenta. HEX triplet: F3, 88 and DC. RGB value is (243,136,220). Sum of RGB (Red+Green+Blue) = 243+136+220=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 136 (53.52% from 255 or 22.70% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F388DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388DC is #0C7723. Grayscale: #B1B1B1. Windows color (decimal): -816932 or 14452979. OLE color: 14452979.

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

Color convert

RGB243136220-
CMYK00.440.090.05
HSL312.9º81.68%74.31%-
HSV(B)312.9º44.03%95.29%-
XYZ58.6841.8372.69-
YUV177.57151.95174.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.57%
GREEN value IS 136 (53.52% from 255) = 22.70%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=40.57%
G=22.70%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313622000.440.090.05312.981.6874.31
HexF388DC02C95139524a
Octal363210334054115471122112
Binary1111001110001000110111000101100100110110011100110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F388DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F388DC; }

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

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

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

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

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

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

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

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