Html Css Color HEX #F095A6 Mauvelous

📋 copy color: '#F095A6'

red 240 ◦ green 149 ◦ blue 166

#F095A6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauvelous #F095A6

Tints of Mauvelous #F095A6

RGB

 RED value IS 240 (94.14% from 255) = 43.24%

 GREEN value IS 149 (58.59% from 255) = 26.85%

 BLUE value IS 166 (65.23% from 255) = 29.91%

R = 43.24%
G = 26.85%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F095A6 (or 0xF095A6) is known color: Mauvelous. HEX triplet: F0, 95 and A6. RGB value is (240,149,166). Sum of RGB (Red+Green+Blue) = 240+149+166=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 166 (65.23% from 255 or 29.91% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F095A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F095A6 is #0F6A59. Grayscale: #B2B2B2. Windows color (decimal): -1010266 or 10917360. OLE color: 10917360.

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

Color convert

RGB 240 149 166 -
CMYK 0 0.38 0.31 0.06
HSL 348.79º 0.75% 0.76% -
HSV(B) 348.79º 0.38% 0.94% -
XYZ 53.57 42.77 41.51 -
YUV 178.15 121.15 172.12 -
System Red Green Blue C M Y K H S L
Decimal 240 149 166 0 0.38 0.31 0.06 348.79 0.75 0.76
Hex F0 95 A6 0 26 1F 6 15D 4B 4C
Octal 360 225 246 0 46 37 6 535 113 114
Binary 11110000 10010101 10100110 0 100110 11111 110 101011101 1001011 1001100

Color Harmonies of #F095A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F095A6

Black with #F095A6

Text Example


Text Example

White with #F095A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F095A6; }

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

 H1.HeaderClassName
 {
   color: #F095A6;
 }
 .AnyTagClassName
 {
   color: #F095A6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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