Html Css Color HEX #F495AB Mauvelous

📋 copy color: '#F495AB'

red 244 ◦ green 149 ◦ blue 171

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

Shades of Mauvelous #F495AB

Tints of Mauvelous #F495AB

RGB

 RED value IS 244 (95.7% from 255) = 43.26%

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

 BLUE value IS 171 (67.19% from 255) = 30.32%

R = 43.26%
G = 26.42%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F495AB (or 0xF495AB) is known color: Mauvelous. HEX triplet: F4, 95 and AB. RGB value is (244,149,171). Sum of RGB (Red+Green+Blue) = 244+149+171=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F495AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F495AB is #0B6A54. Grayscale: #B3B3B3. Windows color (decimal): -748117 or 11245044. OLE color: 11245044.

HSL color Cylindrical-coordinate representation of color #F495AB: hue angle of 346.11º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F495AB is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 149 171 -
CMYK 0 0.39 0.30 0.04
HSL 346.11º 0.81% 0.77% -
HSV(B) 346.11º 0.39% 0.96% -
XYZ 55.41 43.67 44.04 -
YUV 179.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 244 149 171 0 0.39 0.30 0.04 346.11 0.81 0.77
Hex F4 95 AB 0 27 1E 4 15A 51 4D
Octal 364 225 253 0 47 36 4 532 121 115
Binary 11110100 10010101 10101011 0 100111 11110 100 101011010 1010001 1001101

Color Harmonies of #F495AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F495AB

Black with #F495AB

Text Example


Text Example

White with #F495AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F495AB; }

 p { color: rgb(244,149,171); }

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

background-color css

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

 a { background-color: rgb(244,149,171); }

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

border-color css

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

 span { border-color: rgb(244,149,171); }

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