Html Css Color HEX #F290AA Mauvelous

📋 copy color: '#F290AA'

red 242 ◦ green 144 ◦ blue 170

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

Shades of Mauvelous #F290AA

Tints of Mauvelous #F290AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.58%

R = 43.53%
G = 25.9%
B = 30.58%

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

#F290AA (or 0xF290AA) is known color: Mauvelous. HEX triplet: F2, 90 and AA. RGB value is (242,144,170). Sum of RGB (Red+Green+Blue) = 242+144+170=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F290AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F290AA is #0D6F55. Grayscale: #B0B0B0. Windows color (decimal): -880470 or 11178226. OLE color: 11178226.

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

Color convert

RGB 242 144 170 -
CMYK 0 0.40 0.30 0.05
HSL 344.08º 0.79% 0.76% -
HSV(B) 344.08º 0.4% 0.95% -
XYZ 53.85 41.73 43.25 -
YUV 176.27 124.47 174.89 -
System Red Green Blue C M Y K H S L
Decimal 242 144 170 0 0.40 0.30 0.05 344.08 0.79 0.76
Hex F2 90 AA 0 28 1E 5 158 4F 4C
Octal 362 220 252 0 50 36 5 530 117 114
Binary 11110010 10010000 10101010 0 101000 11110 101 101011000 1001111 1001100

Color Harmonies of #F290AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F290AA

Black with #F290AA

Text Example


Text Example

White with #F290AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F290AA; }

 p { color: rgb(242,144,170); }

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

background-color css

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

 a { background-color: rgb(242,144,170); }

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

border-color css

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

 span { border-color: rgb(242,144,170); }

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