Html Css Color HEX #F18AAB Mauvelous

📋 copy color: '#F18AAB'

red 241 ◦ green 138 ◦ blue 171

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

Shades of Mauvelous #F18AAB

Tints of Mauvelous #F18AAB

RGB

 RED value IS 241 (94.53% from 255) = 43.82%

 GREEN value IS 138 (54.3% from 255) = 25.09%

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

R = 43.82%
G = 25.09%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F18AAB (or 0xF18AAB) is known color: Mauvelous. HEX triplet: F1, 8A and AB. RGB value is (241,138,171). Sum of RGB (Red+Green+Blue) = 241+138+171=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18AAB is #0E7554. Grayscale: #ACACAC. Windows color (decimal): -947541 or 11242225. OLE color: 11242225.

HSL color Cylindrical-coordinate representation of color #F18AAB: hue angle of 340.78º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18AAB is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 138 171 -
CMYK 0 0.43 0.29 0.05
HSL 340.78º 0.79% 0.74% -
HSV(B) 340.78º 0.43% 0.95% -
XYZ 52.71 39.82 43.44 -
YUV 172.56 127.12 176.82 -
System Red Green Blue C M Y K H S L
Decimal 241 138 171 0 0.43 0.29 0.05 340.78 0.79 0.74
Hex F1 8A AB 0 2B 1D 5 155 4F 4A
Octal 361 212 253 0 53 35 5 525 117 112
Binary 11110001 10001010 10101011 0 101011 11101 101 101010101 1001111 1001010

Color Harmonies of #F18AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18AAB

Black with #F18AAB

Text Example


Text Example

White with #F18AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18AAB; }

 p { color: rgb(241,138,171); }

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

background-color css

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

 a { background-color: rgb(241,138,171); }

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

border-color css

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

 span { border-color: rgb(241,138,171); }

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