Html Css Color HEX #F294AA Mauvelous

📋 copy color: '#F294AA'

red 242 ◦ green 148 ◦ blue 170

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

Shades of Mauvelous #F294AA

Tints of Mauvelous #F294AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.43%

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

R = 43.21%
G = 26.43%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F294AA (or 0xF294AA) is known color: Mauvelous. HEX triplet: F2, 94 and AA. RGB value is (242,148,170). Sum of RGB (Red+Green+Blue) = 242+148+170=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F294AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F294AA is #0D6B55. Grayscale: #B2B2B2. Windows color (decimal): -879446 or 11179250. OLE color: 11179250.

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

Color convert

RGB 242 148 170 -
CMYK 0 0.39 0.30 0.05
HSL 345.96º 0.78% 0.76% -
HSV(B) 345.96º 0.39% 0.95% -
XYZ 54.46 42.96 43.45 -
YUV 178.61 123.14 173.21 -
System Red Green Blue C M Y K H S L
Decimal 242 148 170 0 0.39 0.30 0.05 345.96 0.78 0.76
Hex F2 94 AA 0 27 1E 5 15A 4E 4C
Octal 362 224 252 0 47 36 5 532 116 114
Binary 11110010 10010100 10101010 0 100111 11110 101 101011010 1001110 1001100

Color Harmonies of #F294AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F294AA

Black with #F294AA

Text Example


Text Example

White with #F294AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F294AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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