#F994A8

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

Shades of Mauvelous #F994A8

Tints of Mauvelous #F994A8

Color information

#F994A8 (or 0xF994A8) is unknown color: approx Mauvelous. HEX triplet: F9, 94 and A8. RGB value is (249,148,168). Sum of RGB (Red+Green+Blue) = 249+148+168=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 168 (66.02% from 255 or 29.73% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F994A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F994A8 is #066B57. Grayscale: #B4B4B4. Windows color (decimal): -420696 or 11048185. OLE color: 11048185.

HSL color Cylindrical-coordinate representation of color #F994A8: hue angle of 348.12º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F994A8 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB249148168-
CMYK00.410.330.02
HSL348.12º89.38%77.84%-
HSV(B)348.12º40.56%97.65%-
XYZ56.7244.1542.58-
YUV180.48120.96176.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.07%
GREEN value IS 148 (58.20% from 255) = 26.19%
BLUE value IS 168 (66.02% from 255) = 29.73%
R=44.07%
G=26.19%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914816800.410.330.02348.1289.3877.84
HexF994A802921215c594e
Octal371224250051412534131116
Binary11111001100101001010100001010011000011010101110010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F994A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F994A8; }

 p { color: rgb(249,148,168); }

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

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

 a { background-color: rgb(249,148,168); }

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

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

 span { border-color: rgb(249,148,168); }

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