Html Css Color HEX #F890AA Mauvelous

📋 copy color: '#F890AA'

red 248 ◦ green 144 ◦ blue 170

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

Shades of Mauvelous #F890AA

Tints of Mauvelous #F890AA

RGB

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

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

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

R = 44.13%
G = 25.62%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F890AA (or 0xF890AA) is known color: Mauvelous. HEX triplet: F8, 90 and AA. RGB value is (248,144,170). Sum of RGB (Red+Green+Blue) = 248+144+170=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F890AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F890AA is #076F55. Grayscale: #B2B2B2. Windows color (decimal): -487254 or 11178232. OLE color: 11178232.

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

Color convert

RGB 248 144 170 -
CMYK 0 0.42 0.31 0.03
HSL 345º 0.88% 0.77% -
HSV(B) 345º 0.42% 0.97% -
XYZ 55.94 42.81 43.34 -
YUV 178.06 123.46 177.89 -
System Red Green Blue C M Y K H S L
Decimal 248 144 170 0 0.42 0.31 0.03 345 0.88 0.77
Hex F8 90 AA 0 2A 1F 3 159 58 4D
Octal 370 220 252 0 52 37 3 531 130 115
Binary 11111000 10010000 10101010 0 101010 11111 11 101011001 1011000 1001101

Color Harmonies of #F890AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F890AA

Black with #F890AA

Text Example


Text Example

White with #F890AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F890AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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