Html Css Color HEX #F894AA Mauvelous

📋 copy color: '#F894AA'

red 248 ◦ green 148 ◦ blue 170

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

Shades of Mauvelous #F894AA

Tints of Mauvelous #F894AA

RGB

 RED value IS 248 (97.27% from 255) = 43.82%

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

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

R = 43.82%
G = 26.15%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F894AA (or 0xF894AA) is known color: Mauvelous. HEX triplet: F8, 94 and AA. RGB value is (248,148,170). Sum of RGB (Red+Green+Blue) = 248+148+170=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F894AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F894AA is #076B55. Grayscale: #B4B4B4. Windows color (decimal): -486230 or 11179256. OLE color: 11179256.

HSL color Cylindrical-coordinate representation of color #F894AA: hue angle of 346.8º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F894AA is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 148 170 -
CMYK 0 0.40 0.31 0.03
HSL 346.8º 0.88% 0.78% -
HSV(B) 346.8º 0.4% 0.97% -
XYZ 56.56 44.04 43.55 -
YUV 180.41 122.13 176.21 -
System Red Green Blue C M Y K H S L
Decimal 248 148 170 0 0.40 0.31 0.03 346.8 0.88 0.78
Hex F8 94 AA 0 28 1F 3 15B 58 4E
Octal 370 224 252 0 50 37 3 533 130 116
Binary 11111000 10010100 10101010 0 101000 11111 11 101011011 1011000 1001110

Color Harmonies of #F894AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F894AA

Black with #F894AA

Text Example


Text Example

White with #F894AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F894AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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