Html Css Color HEX #F696A9 Mauvelous

📋 copy color: '#F696A9'

red 246 ◦ green 150 ◦ blue 169

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

Shades of Mauvelous #F696A9

Tints of Mauvelous #F696A9

RGB

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

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

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

R = 43.54%
G = 26.55%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F696A9 (or 0xF696A9) is known color: Mauvelous. HEX triplet: F6, 96 and A9. RGB value is (246,150,169). Sum of RGB (Red+Green+Blue) = 246+150+169=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F696A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F696A9 is #096956. Grayscale: #B4B4B4. Windows color (decimal): -616791 or 11114230. OLE color: 11114230.

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

Color convert

RGB 246 150 169 -
CMYK 0 0.39 0.31 0.04
HSL 348.13º 0.84% 0.78% -
HSV(B) 348.13º 0.39% 0.96% -
XYZ 56.07 44.27 43.13 -
YUV 180.87 121.3 174.46 -
System Red Green Blue C M Y K H S L
Decimal 246 150 169 0 0.39 0.31 0.04 348.13 0.84 0.78
Hex F6 96 A9 0 27 1F 4 15C 54 4E
Octal 366 226 251 0 47 37 4 534 124 116
Binary 11110110 10010110 10101001 0 100111 11111 100 101011100 1010100 1001110

Color Harmonies of #F696A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F696A9

Black with #F696A9

Text Example


Text Example

White with #F696A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F696A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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