#F388A0

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

Shades of Mauvelous #F388A0

Tints of Mauvelous #F388A0

Color information

#F388A0 (or 0xF388A0) is unknown color: approx Mauvelous. HEX triplet: F3, 88 and A0. RGB value is (243,136,160). Sum of RGB (Red+Green+Blue) = 243+136+160=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F388A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F388A0 is #0C775F. Grayscale: #AAAAAA. Windows color (decimal): -816992 or 10520819. OLE color: 10520819.

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

Color convert

RGB243136160-
CMYK00.440.340.05
HSL346.54º81.68%74.31%-
HSV(B)346.54º44.03%95.29%-
XYZ52.1139.238.08-
YUV170.73121.95179.55-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.08%
GREEN value IS 136 (53.52% from 255) = 25.23%
BLUE value IS 160 (62.89% from 255) = 29.68%
R=45.08%
G=25.23%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313616000.440.340.05346.5481.6874.31
HexF388A002C22515b524a
Octal363210240054425533122112
Binary111100111000100010100000010110010001010110101101110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F388A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F388A0; }

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

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

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

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

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

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

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

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