Html Css Color HEX #F18DA8 Mauvelous

📋 copy color: '#F18DA8'

red 241 ◦ green 141 ◦ blue 168

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

Shades of Mauvelous #F18DA8

Tints of Mauvelous #F18DA8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.64%

 BLUE value IS 168 (66.02% from 255) = 30.55%

R = 43.82%
G = 25.64%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F18DA8 (or 0xF18DA8) is known color: Mauvelous. HEX triplet: F1, 8D and A8. RGB value is (241,141,168). Sum of RGB (Red+Green+Blue) = 241+141+168=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18DA8 is #0E7257. Grayscale: #ADADAD. Windows color (decimal): -946776 or 11046385. OLE color: 11046385.

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

Color convert

RGB 241 141 168 -
CMYK 0 0.41 0.30 0.05
HSL 343.8º 0.78% 0.75% -
HSV(B) 343.8º 0.41% 0.95% -
XYZ 52.87 40.58 42.09 -
YUV 173.98 124.63 175.8 -
System Red Green Blue C M Y K H S L
Decimal 241 141 168 0 0.41 0.30 0.05 343.8 0.78 0.75
Hex F1 8D A8 0 29 1E 5 158 4E 4B
Octal 361 215 250 0 51 36 5 530 116 113
Binary 11110001 10001101 10101000 0 101001 11110 101 101011000 1001110 1001011

Color Harmonies of #F18DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18DA8

Black with #F18DA8

Text Example


Text Example

White with #F18DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18DA8; }

 p { color: rgb(241,141,168); }

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

background-color css

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

 a { background-color: rgb(241,141,168); }

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

border-color css

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

 span { border-color: rgb(241,141,168); }

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