Html Css Color HEX #F291A9 Mauvelous

📋 copy color: '#F291A9'

red 242 ◦ green 145 ◦ blue 169

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

Shades of Mauvelous #F291A9

Tints of Mauvelous #F291A9

RGB

 RED value IS 242 (94.92% from 255) = 43.53%

 GREEN value IS 145 (57.03% from 255) = 26.08%

 BLUE value IS 169 (66.41% from 255) = 30.4%

R = 43.53%
G = 26.08%
B = 30.4%

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

#F291A9 (or 0xF291A9) is known color: Mauvelous. HEX triplet: F2, 91 and A9. RGB value is (242,145,169). Sum of RGB (Red+Green+Blue) = 242+145+169=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F291A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F291A9 is #0D6E56. Grayscale: #B0B0B0. Windows color (decimal): -880215 or 11112946. OLE color: 11112946.

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

Color convert

RGB 242 145 169 -
CMYK 0 0.40 0.30 0.05
HSL 345.15º 0.79% 0.76% -
HSV(B) 345.15º 0.4% 0.95% -
XYZ 53.9 41.99 42.8 -
YUV 176.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 242 145 169 0 0.40 0.30 0.05 345.15 0.79 0.76
Hex F2 91 A9 0 28 1E 5 159 4F 4C
Octal 362 221 251 0 50 36 5 531 117 114
Binary 11110010 10010001 10101001 0 101000 11110 101 101011001 1001111 1001100

Color Harmonies of #F291A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F291A9

Black with #F291A9

Text Example


Text Example

White with #F291A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F291A9; }

 p { color: rgb(242,145,169); }

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

background-color css

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

 a { background-color: rgb(242,145,169); }

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

border-color css

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

 span { border-color: rgb(242,145,169); }

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