Html Css Color HEX #F18BA4 Mauvelous

📋 copy color: '#F18BA4'

red 241 ◦ green 139 ◦ blue 164

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

Shades of Mauvelous #F18BA4

Tints of Mauvelous #F18BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.15%

R = 44.3%
G = 25.55%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F18BA4 (or 0xF18BA4) is known color: Mauvelous. HEX triplet: F1, 8B and A4. RGB value is (241,139,164). Sum of RGB (Red+Green+Blue) = 241+139+164=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18BA4 is #0E745B. Grayscale: #ACACAC. Windows color (decimal): -947292 or 10783729. OLE color: 10783729.

HSL color Cylindrical-coordinate representation of color #F18BA4: hue angle of 345.29º 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 #F18BA4 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 139 164 -
CMYK 0 0.42 0.32 0.05
HSL 345.29º 0.78% 0.75% -
HSV(B) 345.29º 0.42% 0.95% -
XYZ 52.21 39.85 40.06 -
YUV 172.35 123.29 176.97 -
System Red Green Blue C M Y K H S L
Decimal 241 139 164 0 0.42 0.32 0.05 345.29 0.78 0.75
Hex F1 8B A4 0 2A 20 5 159 4E 4B
Octal 361 213 244 0 52 40 5 531 116 113
Binary 11110001 10001011 10100100 0 101010 100000 101 101011001 1001110 1001011

Color Harmonies of #F18BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18BA4

Black with #F18BA4

Text Example


Text Example

White with #F18BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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