#F99CA8

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

Shades of Mauvelous #F99CA8

Tints of Mauvelous #F99CA8

Color information

#F99CA8 (or 0xF99CA8) is unknown color: approx Mauvelous. HEX triplet: F9, 9C and A8. RGB value is (249,156,168). Sum of RGB (Red+Green+Blue) = 249+156+168=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 156 (61.33% from 255 or 27.23% from 573); Blue value is 168 (66.02% from 255 or 29.32% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99CA8 is #066357. Grayscale: #B9B9B9. Windows color (decimal): -418648 or 11050233. OLE color: 11050233.

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

Color convert

RGB249156168-
CMYK00.370.330.02
HSL352.26º88.57%79.41%-
HSV(B)352.26º37.35%97.65%-
XYZ58.0246.7443.01-
YUV185.17118.31173.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.46%
GREEN value IS 156 (61.33% from 255) = 27.23%
BLUE value IS 168 (66.02% from 255) = 29.32%
R=43.46%
G=27.23%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24915616800.370.330.02352.2688.5779.41
HexF99CA8025212160594f
Octal371234250045412540131117
Binary11111001100111001010100001001011000011010110000010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99CA8; }

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

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

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

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

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

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

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

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