Html Css Color HEX #FA90AF Mauvelous

📋 copy color: '#FA90AF'

red 250 ◦ green 144 ◦ blue 175

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

Shades of Mauvelous #FA90AF

Tints of Mauvelous #FA90AF

RGB

 RED value IS 250 (98.05% from 255) = 43.94%

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

 BLUE value IS 175 (68.75% from 255) = 30.76%

R = 43.94%
G = 25.31%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#FA90AF (or 0xFA90AF) is known color: Mauvelous. HEX triplet: FA, 90 and AF. RGB value is (250,144,175). Sum of RGB (Red+Green+Blue) = 250+144+175=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA90AF is #056F50. Grayscale: #B3B3B3. Windows color (decimal): -356177 or 11505914. OLE color: 11505914.

HSL color Cylindrical-coordinate representation of color #FA90AF: hue angle of 342.45º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA90AF is Cyan = 0, Magento = 0.42, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 144 175 -
CMYK 0 0.42 0.3 0.02
HSL 342.45º 0.91% 0.77% -
HSV(B) 342.45º 0.42% 0.98% -
XYZ 57.14 43.37 45.92 -
YUV 179.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 250 144 175 0 0.42 0.3 0.02 342.45 0.91 0.77
Hex FA 90 AF 0 2A 1E 2 156 5B 4D
Octal 372 220 257 0 52 36 2 526 133 115
Binary 11111010 10010000 10101111 0 101010 11110 10 101010110 1011011 1001101

Color Harmonies of #FA90AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA90AF

Black with #FA90AF

Text Example


Text Example

White with #FA90AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA90AF; }

 p { color: rgb(250,144,175); }

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

background-color css

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

 a { background-color: rgb(250,144,175); }

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

border-color css

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

 span { border-color: rgb(250,144,175); }

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