Html Css Color HEX #F694AA Mauvelous

📋 copy color: '#F694AA'

red 246 ◦ green 148 ◦ blue 170

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

Shades of Mauvelous #F694AA

Tints of Mauvelous #F694AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.14%

R = 43.62%
G = 26.24%
B = 30.14%

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

#F694AA (or 0xF694AA) is known color: Mauvelous. HEX triplet: F6, 94 and AA. RGB value is (246,148,170). Sum of RGB (Red+Green+Blue) = 246+148+170=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F694AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F694AA is #096B55. Grayscale: #B3B3B3. Windows color (decimal): -617302 or 11179254. OLE color: 11179254.

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

Color convert

RGB 246 148 170 -
CMYK 0 0.40 0.31 0.04
HSL 346.53º 0.84% 0.77% -
HSV(B) 346.53º 0.4% 0.96% -
XYZ 55.85 43.67 43.52 -
YUV 179.81 122.47 175.21 -
System Red Green Blue C M Y K H S L
Decimal 246 148 170 0 0.40 0.31 0.04 346.53 0.84 0.77
Hex F6 94 AA 0 28 1F 4 15B 54 4D
Octal 366 224 252 0 50 37 4 533 124 115
Binary 11110110 10010100 10101010 0 101000 11111 100 101011011 1010100 1001101

Color Harmonies of #F694AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F694AA

Black with #F694AA

Text Example


Text Example

White with #F694AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F694AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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