#F98FA5

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

Shades of Mauvelous #F98FA5

Tints of Mauvelous #F98FA5

Color information

#F98FA5 (or 0xF98FA5) is unknown color: approx Mauvelous. HEX triplet: F9, 8F and A5. RGB value is (249,143,165). Sum of RGB (Red+Green+Blue) = 249+143+165=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F98FA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98FA5 is #06705A. Grayscale: #B1B1B1. Windows color (decimal): -421979 or 10850297. OLE color: 10850297.

HSL color Cylindrical-coordinate representation of color #F98FA5: hue angle of 347.55º 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 #F98FA5 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB249143165-
CMYK00.430.340.02
HSL347.55º89.83%76.86%-
HSV(B)347.55º42.57%97.65%-
XYZ55.6842.540.87-
YUV177.2121.12179.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.70%
GREEN value IS 143 (56.25% from 255) = 25.67%
BLUE value IS 165 (64.84% from 255) = 29.62%
R=44.70%
G=25.67%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914316500.430.340.02347.5589.8376.86
HexF98FA502B22215c5a4d
Octal371217245053422534132115
Binary11111001100011111010010101010111000101010101110010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98FA5; }

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

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

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

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

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

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

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

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