Html Css Color HEX #F296A6 Mauvelous

📋 copy color: '#F296A6'

red 242 ◦ green 150 ◦ blue 166

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

Shades of Mauvelous #F296A6

Tints of Mauvelous #F296A6

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.88%

 BLUE value IS 166 (65.23% from 255) = 29.75%

R = 43.37%
G = 26.88%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F296A6 (or 0xF296A6) is known color: Mauvelous. HEX triplet: F2, 96 and A6. RGB value is (242,150,166). Sum of RGB (Red+Green+Blue) = 242+150+166=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 166 (65.23% from 255 or 29.75% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F296A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F296A6 is #0D6959. Grayscale: #B3B3B3. Windows color (decimal): -878938 or 10917618. OLE color: 10917618.

HSL color Cylindrical-coordinate representation of color #F296A6: hue angle of 349.57º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F296A6 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 150 166 -
CMYK 0 0.38 0.31 0.05
HSL 349.57º 0.78% 0.77% -
HSV(B) 349.57º 0.38% 0.95% -
XYZ 54.41 43.44 41.59 -
YUV 179.33 120.48 172.7 -
System Red Green Blue C M Y K H S L
Decimal 242 150 166 0 0.38 0.31 0.05 349.57 0.78 0.77
Hex F2 96 A6 0 26 1F 5 15E 4E 4D
Octal 362 226 246 0 46 37 5 536 116 115
Binary 11110010 10010110 10100110 0 100110 11111 101 101011110 1001110 1001101

Color Harmonies of #F296A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F296A6

Black with #F296A6

Text Example


Text Example

White with #F296A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F296A6; }

 p { color: rgb(242,150,166); }

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

background-color css

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

 a { background-color: rgb(242,150,166); }

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

border-color css

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

 span { border-color: rgb(242,150,166); }

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