#F19CA7

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

Shades of Mauvelous #F19CA7

Tints of Mauvelous #F19CA7

Color information

#F19CA7 (or 0xF19CA7) is unknown color: approx Mauvelous. HEX triplet: F1, 9C and A7. RGB value is (241,156,167). Sum of RGB (Red+Green+Blue) = 241+156+167=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 167 (65.62% from 255 or 29.61% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19CA7 is #0E6358. Grayscale: #B6B6B6. Windows color (decimal): -942937 or 10984689. OLE color: 10984689.

HSL color Cylindrical-coordinate representation of color #F19CA7: hue angle of 352.24º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F19CA7 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB241156167-
CMYK00.350.310.05
HSL352.24º75.22%77.84%-
HSV(B)352.24º35.27%94.51%-
XYZ55.1445.2742.39-
YUV182.67119.16169.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.73%
GREEN value IS 156 (61.33% from 255) = 27.66%
BLUE value IS 167 (65.62% from 255) = 29.61%
R=42.73%
G=27.66%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115616700.350.310.05352.2475.2277.84
HexF19CA70231F51604b4e
Octal361234247043375540113116
Binary11110001100111001010011101000111111110110110000010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CA7; }

 p { color: rgb(241,156,167); }

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

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

 a { background-color: rgb(241,156,167); }

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

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

 span { border-color: rgb(241,156,167); }

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