#F98FAA

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

Shades of Mauvelous #F98FAA

Tints of Mauvelous #F98FAA

Color information

#F98FAA (or 0xF98FAA) is unknown color: approx Mauvelous. HEX triplet: F9, 8F and AA. RGB value is (249,143,170). Sum of RGB (Red+Green+Blue) = 249+143+170=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98FAA is #067055. Grayscale: #B1B1B1. Windows color (decimal): -421974 or 11177977. OLE color: 11177977.

HSL color Cylindrical-coordinate representation of color #F98FAA: hue angle of 344.72º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98FAA is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB249143170-
CMYK00.430.320.02
HSL344.72º89.83%76.86%-
HSV(B)344.72º42.57%97.65%-
XYZ56.1542.6943.31-
YUV177.77123.62178.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.31%
GREEN value IS 143 (56.25% from 255) = 25.44%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=44.31%
G=25.44%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914317000.430.320.02344.7289.8376.86
HexF98FAA02B2021595a4d
Octal371217252053402531132115
Binary11111001100011111010101001010111000001010101100110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98FAA; }

 p { color: rgb(249,143,170); }

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

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

 a { background-color: rgb(249,143,170); }

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

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

 span { border-color: rgb(249,143,170); }

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