#F095A4

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

Shades of Mauvelous #F095A4

Tints of Mauvelous #F095A4

Color information

#F095A4 (or 0xF095A4) is unknown color: approx Mauvelous. HEX triplet: F0, 95 and A4. RGB value is (240,149,164). Sum of RGB (Red+Green+Blue) = 240+149+164=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F095A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F095A4 is #0F6A5B. Grayscale: #B1B1B1. Windows color (decimal): -1010268 or 10786288. OLE color: 10786288.

HSL color Cylindrical-coordinate representation of color #F095A4: hue angle of 350.11º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F095A4 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB240149164-
CMYK00.380.320.06
HSL350.11º75.21%76.27%-
HSV(B)350.11º37.92%94.12%-
XYZ53.3842.740.55-
YUV177.92120.15172.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.40%
GREEN value IS 149 (58.59% from 255) = 26.94%
BLUE value IS 164 (64.45% from 255) = 29.66%
R=43.40%
G=26.94%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014916400.380.320.06350.1175.2176.27
HexF095A402620615e4b4c
Octal360225244046406536113114
Binary111100001001010110100100010011010000011010101111010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F095A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F095A4; }

 p { color: rgb(240,149,164); }

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

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

 a { background-color: rgb(240,149,164); }

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

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

 span { border-color: rgb(240,149,164); }

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