Html Css Color HEX #F291A2 Mauvelous

📋 copy color: '#F291A2'

red 242 ◦ green 145 ◦ blue 162

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

Shades of Mauvelous #F291A2

Tints of Mauvelous #F291A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.51%

R = 44.08%
G = 26.41%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F291A2 (or 0xF291A2) is known color: Mauvelous. HEX triplet: F2, 91 and A2. RGB value is (242,145,162). Sum of RGB (Red+Green+Blue) = 242+145+162=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F291A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F291A2 is #0D6E5D. Grayscale: #AFAFAF. Windows color (decimal): -880222 or 10654194. OLE color: 10654194.

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

Color convert

RGB 242 145 162 -
CMYK 0 0.40 0.33 0.05
HSL 349.48º 0.79% 0.76% -
HSV(B) 349.48º 0.4% 0.95% -
XYZ 53.26 41.74 39.43 -
YUV 175.94 120.14 175.12 -
System Red Green Blue C M Y K H S L
Decimal 242 145 162 0 0.40 0.33 0.05 349.48 0.79 0.76
Hex F2 91 A2 0 28 21 5 15D 4F 4C
Octal 362 221 242 0 50 41 5 535 117 114
Binary 11110010 10010001 10100010 0 101000 100001 101 101011101 1001111 1001100

Color Harmonies of #F291A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F291A2

Black with #F291A2

Text Example


Text Example

White with #F291A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F291A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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