#F38BA0

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

Shades of Mauvelous #F38BA0

Tints of Mauvelous #F38BA0

Color information

#F38BA0 (or 0xF38BA0) is unknown color: approx Mauvelous. HEX triplet: F3, 8B and A0. RGB value is (243,139,160). Sum of RGB (Red+Green+Blue) = 243+139+160=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38BA0 is #0C745F. Grayscale: #ACACAC. Windows color (decimal): -816224 or 10521587. OLE color: 10521587.

HSL color Cylindrical-coordinate representation of color #F38BA0: hue angle of 347.88º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38BA0 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB243139160-
CMYK00.430.340.05
HSL347.88º81.25%74.9%-
HSV(B)347.88º42.8%95.29%-
XYZ52.5440.0638.22-
YUV172.49120.96178.29-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.83%
GREEN value IS 139 (54.69% from 255) = 25.65%
BLUE value IS 160 (62.89% from 255) = 29.52%
R=44.83%
G=25.65%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313916000.430.340.05347.8881.2574.9
HexF38BA002B22515c514b
Octal363213240053425534121113
Binary111100111000101110100000010101110001010110101110010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38BA0; }

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

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

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

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

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

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

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

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