Html Css Color HEX #F290AD Mauvelous

📋 copy color: '#F290AD'

red 242 ◦ green 144 ◦ blue 173

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

Shades of Mauvelous #F290AD

Tints of Mauvelous #F290AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.95%

R = 43.29%
G = 25.76%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F290AD (or 0xF290AD) is known color: Mauvelous. HEX triplet: F2, 90 and AD. RGB value is (242,144,173). Sum of RGB (Red+Green+Blue) = 242+144+173=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F290AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F290AD is #0D6F52. Grayscale: #B0B0B0. Windows color (decimal): -880467 or 11374834. OLE color: 11374834.

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

Color convert

RGB 242 144 173 -
CMYK 0 0.40 0.29 0.05
HSL 342.24º 0.79% 0.76% -
HSV(B) 342.24º 0.4% 0.95% -
XYZ 54.13 41.84 44.76 -
YUV 176.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 242 144 173 0 0.40 0.29 0.05 342.24 0.79 0.76
Hex F2 90 AD 0 28 1D 5 156 4F 4C
Octal 362 220 255 0 50 35 5 526 117 114
Binary 11110010 10010000 10101101 0 101000 11101 101 101010110 1001111 1001100

Color Harmonies of #F290AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F290AD

Black with #F290AD

Text Example


Text Example

White with #F290AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F290AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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