#F38FA8

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

Shades of Mauvelous #F38FA8

Tints of Mauvelous #F38FA8

Color information

#F38FA8 (or 0xF38FA8) is unknown color: approx Mauvelous. HEX triplet: F3, 8F and A8. RGB value is (243,143,168). Sum of RGB (Red+Green+Blue) = 243+143+168=554 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.86% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38FA8 is #0C7057. Grayscale: #AFAFAF. Windows color (decimal): -815192 or 11046899. OLE color: 11046899.

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

Color convert

RGB243143168-
CMYK00.410.310.05
HSL345º80.65%75.69%-
HSV(B)345º41.15%95.29%-
XYZ53.8541.5342.22-
YUV175.75123.63175.97-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.86%
GREEN value IS 143 (56.25% from 255) = 25.81%
BLUE value IS 168 (66.02% from 255) = 30.32%
R=43.86%
G=25.81%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314316800.410.310.0534580.6575.69
HexF38FA80291F5159514c
Octal363217250051375531121114
Binary11110011100011111010100001010011111110110101100110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38FA8; }

 p { color: rgb(243,143,168); }

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

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

 a { background-color: rgb(243,143,168); }

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

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

 span { border-color: rgb(243,143,168); }

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