Html Css Color HEX #F18BA6 Mauvelous

📋 copy color: '#F18BA6'

red 241 ◦ green 139 ◦ blue 166

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

Shades of Mauvelous #F18BA6

Tints of Mauvelous #F18BA6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.46%

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

R = 44.14%
G = 25.46%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F18BA6 (or 0xF18BA6) is known color: Mauvelous. HEX triplet: F1, 8B and A6. RGB value is (241,139,166). Sum of RGB (Red+Green+Blue) = 241+139+166=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18BA6 is #0E7459. Grayscale: #ACACAC. Windows color (decimal): -947290 or 10914801. OLE color: 10914801.

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

Color convert

RGB 241 139 166 -
CMYK 0 0.42 0.31 0.05
HSL 344.12º 0.78% 0.75% -
HSV(B) 344.12º 0.42% 0.95% -
XYZ 52.39 39.92 41.02 -
YUV 172.58 124.29 176.8 -
System Red Green Blue C M Y K H S L
Decimal 241 139 166 0 0.42 0.31 0.05 344.12 0.78 0.75
Hex F1 8B A6 0 2A 1F 5 158 4E 4B
Octal 361 213 246 0 52 37 5 530 116 113
Binary 11110001 10001011 10100110 0 101010 11111 101 101011000 1001110 1001011

Color Harmonies of #F18BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18BA6

Black with #F18BA6

Text Example


Text Example

White with #F18BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18BA6; }

 p { color: rgb(241,139,166); }

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

background-color css

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

 a { background-color: rgb(241,139,166); }

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

border-color css

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

 span { border-color: rgb(241,139,166); }

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