#F999A8

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

Shades of Mauvelous #F999A8

Tints of Mauvelous #F999A8

Color information

#F999A8 (or 0xF999A8) is unknown color: approx Mauvelous. HEX triplet: F9, 99 and A8. RGB value is (249,153,168). Sum of RGB (Red+Green+Blue) = 249+153+168=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 168 (66.02% from 255 or 29.47% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F999A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F999A8 is #066657. Grayscale: #B7B7B7. Windows color (decimal): -419416 or 11049465. OLE color: 11049465.

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

Color convert

RGB249153168-
CMYK00.390.330.02
HSL350.62º88.89%78.82%-
HSV(B)350.62º38.55%97.65%-
XYZ57.5345.7542.84-
YUV183.41119.3174.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.68%
GREEN value IS 153 (60.16% from 255) = 26.84%
BLUE value IS 168 (66.02% from 255) = 29.47%
R=43.68%
G=26.84%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915316800.390.330.02350.6288.8978.82
HexF999A802721215f594f
Octal371231250047412537131117
Binary11111001100110011010100001001111000011010101111110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F999A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F999A8; }

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

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

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

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

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

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

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

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