Html Css Color HEX #F290AC Mauvelous

📋 copy color: '#F290AC'

red 242 ◦ green 144 ◦ blue 172

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

Shades of Mauvelous #F290AC

Tints of Mauvelous #F290AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.82%

R = 43.37%
G = 25.81%
B = 30.82%

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

#F290AC (or 0xF290AC) is known color: Mauvelous. HEX triplet: F2, 90 and AC. RGB value is (242,144,172). Sum of RGB (Red+Green+Blue) = 242+144+172=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F290AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F290AC is #0D6F53. Grayscale: #B0B0B0. Windows color (decimal): -880468 or 11309298. OLE color: 11309298.

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

Color convert

RGB 242 144 172 -
CMYK 0 0.40 0.29 0.05
HSL 342.86º 0.79% 0.76% -
HSV(B) 342.86º 0.4% 0.95% -
XYZ 54.04 41.8 44.25 -
YUV 176.49 125.47 174.72 -
System Red Green Blue C M Y K H S L
Decimal 242 144 172 0 0.40 0.29 0.05 342.86 0.79 0.76
Hex F2 90 AC 0 28 1D 5 157 4F 4C
Octal 362 220 254 0 50 35 5 527 117 114
Binary 11110010 10010000 10101100 0 101000 11101 101 101010111 1001111 1001100

Color Harmonies of #F290AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F290AC

Black with #F290AC

Text Example


Text Example

White with #F290AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F290AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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