Html Css Color HEX #F195A8 Mauvelous

📋 copy color: '#F195A8'

red 241 ◦ green 149 ◦ blue 168

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

Shades of Mauvelous #F195A8

Tints of Mauvelous #F195A8

RGB

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

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

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

R = 43.19%
G = 26.7%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F195A8 (or 0xF195A8) is known color: Mauvelous. HEX triplet: F1, 95 and A8. RGB value is (241,149,168). Sum of RGB (Red+Green+Blue) = 241+149+168=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 168 (66.02% from 255 or 30.11% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F195A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F195A8 is #0E6A57. Grayscale: #B2B2B2. Windows color (decimal): -944728 or 11048433. OLE color: 11048433.

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

Color convert

RGB 241 149 168 -
CMYK 0 0.38 0.30 0.05
HSL 347.61º 0.77% 0.76% -
HSV(B) 347.61º 0.38% 0.95% -
XYZ 54.09 43.02 42.5 -
YUV 178.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 241 149 168 0 0.38 0.30 0.05 347.61 0.77 0.76
Hex F1 95 A8 0 26 1E 5 15C 4D 4C
Octal 361 225 250 0 46 36 5 534 115 114
Binary 11110001 10010101 10101000 0 100110 11110 101 101011100 1001101 1001100

Color Harmonies of #F195A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F195A8

Black with #F195A8

Text Example


Text Example

White with #F195A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F195A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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