Html Css Color HEX #F190A8 Mauvelous

📋 copy color: '#F190A8'

red 241 ◦ green 144 ◦ blue 168

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

Shades of Mauvelous #F190A8

Tints of Mauvelous #F190A8

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.04%

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

R = 43.58%
G = 26.04%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F190A8 (or 0xF190A8) is known color: Mauvelous. HEX triplet: F1, 90 and A8. RGB value is (241,144,168). Sum of RGB (Red+Green+Blue) = 241+144+168=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 168 (66.02% from 255 or 30.38% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F190A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F190A8 is #0E6F57. Grayscale: #AFAFAF. Windows color (decimal): -946008 or 11047153. OLE color: 11047153.

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

Color convert

RGB 241 144 168 -
CMYK 0 0.40 0.30 0.05
HSL 345.15º 0.78% 0.75% -
HSV(B) 345.15º 0.4% 0.95% -
XYZ 53.32 41.47 42.24 -
YUV 175.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 241 144 168 0 0.40 0.30 0.05 345.15 0.78 0.75
Hex F1 90 A8 0 28 1E 5 159 4E 4B
Octal 361 220 250 0 50 36 5 531 116 113
Binary 11110001 10010000 10101000 0 101000 11110 101 101011001 1001110 1001011

Color Harmonies of #F190A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F190A8

Black with #F190A8

Text Example


Text Example

White with #F190A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F190A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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