Html Css Color HEX #F190A7 Mauvelous

📋 copy color: '#F190A7'

red 241 ◦ green 144 ◦ blue 167

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

Shades of Mauvelous #F190A7

Tints of Mauvelous #F190A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.25%

R = 43.66%
G = 26.09%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F190A7 (or 0xF190A7) is known color: Mauvelous. HEX triplet: F1, 90 and A7. RGB value is (241,144,167). Sum of RGB (Red+Green+Blue) = 241+144+167=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 167 (65.62% from 255 or 30.25% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F190A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F190A7 is #0E6F58. Grayscale: #AFAFAF. Windows color (decimal): -946009 or 10981617. OLE color: 10981617.

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

Color convert

RGB 241 144 167 -
CMYK 0 0.40 0.31 0.05
HSL 345.77º 0.78% 0.75% -
HSV(B) 345.77º 0.4% 0.95% -
XYZ 53.22 41.44 41.75 -
YUV 175.63 123.14 174.63 -
System Red Green Blue C M Y K H S L
Decimal 241 144 167 0 0.40 0.31 0.05 345.77 0.78 0.75
Hex F1 90 A7 0 28 1F 5 15A 4E 4B
Octal 361 220 247 0 50 37 5 532 116 113
Binary 11110001 10010000 10100111 0 101000 11111 101 101011010 1001110 1001011

Color Harmonies of #F190A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F190A7

Black with #F190A7

Text Example


Text Example

White with #F190A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F190A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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