#F98CAC

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

Shades of Mauvelous #F98CAC

Tints of Mauvelous #F98CAC

Color information

#F98CAC (or 0xF98CAC) is unknown color: approx Mauvelous. HEX triplet: F9, 8C and AC. RGB value is (249,140,172). Sum of RGB (Red+Green+Blue) = 249+140+172=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F98CAC is #067353. Grayscale: #B0B0B0. Windows color (decimal): -422740 or 11308281. OLE color: 11308281.

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

Color convert

RGB249140172-
CMYK00.440.310.02
HSL342.39º90.08%76.27%-
HSV(B)342.39º43.78%97.65%-
XYZ55.8941.8744.17-
YUV176.24125.61179.9-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.39%
GREEN value IS 140 (55.08% from 255) = 24.96%
BLUE value IS 172 (67.58% from 255) = 30.66%
R=44.39%
G=24.96%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914017200.440.310.02342.3990.0876.27
HexF98CAC02C1F21565a4c
Octal371214254054372526132114
Binary1111100110001100101011000101100111111010101011010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98CAC; }

 p { color: rgb(249,140,172); }

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

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

 a { background-color: rgb(249,140,172); }

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

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

 span { border-color: rgb(249,140,172); }

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