#F98BAE

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

Shades of Mauvelous #F98BAE

Tints of Mauvelous #F98BAE

Color information

#F98BAE (or 0xF98BAE) is unknown color: approx Mauvelous. HEX triplet: F9, 8B and AE. RGB value is (249,139,174). Sum of RGB (Red+Green+Blue) = 249+139+174=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98BAE is #067451. Grayscale: #AFAFAF. Windows color (decimal): -422994 or 11439097. OLE color: 11439097.

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

Color convert

RGB249139174-
CMYK00.440.300.02
HSL340.91º90.16%76.08%-
HSV(B)340.91º44.18%97.65%-
XYZ55.9441.6645.14-
YUV175.88126.94180.15-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.31%
GREEN value IS 139 (54.69% from 255) = 24.73%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=44.31%
G=24.73%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913917400.440.300.02340.9190.1676.08
HexF98BAE02C1E21555a4c
Octal371213256054362525132114
Binary1111100110001011101011100101100111101010101010110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98BAE; }

 p { color: rgb(249,139,174); }

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

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

 a { background-color: rgb(249,139,174); }

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

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

 span { border-color: rgb(249,139,174); }

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