#F28DA3

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

Shades of Mauvelous #F28DA3

Tints of Mauvelous #F28DA3

Color information

#F28DA3 (or 0xF28DA3) is unknown color: approx Mauvelous. HEX triplet: F2, 8D and A3. RGB value is (242,141,163). Sum of RGB (Red+Green+Blue) = 242+141+163=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28DA3 is #0D725C. Grayscale: #ADADAD. Windows color (decimal): -881245 or 10718706. OLE color: 10718706.

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

Color convert

RGB242141163-
CMYK00.420.330.05
HSL346.93º79.53%75.1%-
HSV(B)346.93º41.74%94.9%-
XYZ52.7540.5739.7-
YUV173.71121.96176.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.32%
GREEN value IS 141 (55.47% from 255) = 25.82%
BLUE value IS 163 (64.06% from 255) = 29.85%
R=44.32%
G=25.82%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214116300.420.330.05346.9379.5375.1
HexF28DA302A21515b504b
Octal362215243052415533120113
Binary111100101000110110100011010101010000110110101101110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28DA3; }

 p { color: rgb(242,141,163); }

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

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

 a { background-color: rgb(242,141,163); }

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

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

 span { border-color: rgb(242,141,163); }

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