Html Css Color HEX #F694A9 Mauvelous

📋 copy color: '#F694A9'

red 246 ◦ green 148 ◦ blue 169

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

Shades of Mauvelous #F694A9

Tints of Mauvelous #F694A9

RGB

 RED value IS 246 (96.48% from 255) = 43.69%

 GREEN value IS 148 (58.2% from 255) = 26.29%

 BLUE value IS 169 (66.41% from 255) = 30.02%

R = 43.69%
G = 26.29%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F694A9 (or 0xF694A9) is known color: Mauvelous. HEX triplet: F6, 94 and A9. RGB value is (246,148,169). Sum of RGB (Red+Green+Blue) = 246+148+169=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 169 (66.41% from 255 or 30.02% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F694A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F694A9 is #096B56. Grayscale: #B3B3B3. Windows color (decimal): -617303 or 11113718. OLE color: 11113718.

HSL color Cylindrical-coordinate representation of color #F694A9: hue angle of 347.14º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F694A9 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 148 169 -
CMYK 0 0.40 0.31 0.04
HSL 347.14º 0.84% 0.77% -
HSV(B) 347.14º 0.4% 0.96% -
XYZ 55.76 43.64 43.02 -
YUV 179.7 121.97 175.29 -
System Red Green Blue C M Y K H S L
Decimal 246 148 169 0 0.40 0.31 0.04 347.14 0.84 0.77
Hex F6 94 A9 0 28 1F 4 15B 54 4D
Octal 366 224 251 0 50 37 4 533 124 115
Binary 11110110 10010100 10101001 0 101000 11111 100 101011011 1010100 1001101

Color Harmonies of #F694A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F694A9

Black with #F694A9

Text Example


Text Example

White with #F694A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F694A9; }

 p { color: rgb(246,148,169); }

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

background-color css

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

 a { background-color: rgb(246,148,169); }

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

border-color css

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

 span { border-color: rgb(246,148,169); }

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