Html Css Color HEX #F68DAE Mauvelous

📋 copy color: '#F68DAE'

red 246 ◦ green 141 ◦ blue 174

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

Shades of Mauvelous #F68DAE

Tints of Mauvelous #F68DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.13%

 BLUE value IS 174 (68.36% from 255) = 31.02%

R = 43.85%
G = 25.13%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F68DAE (or 0xF68DAE) is known color: Mauvelous. HEX triplet: F6, 8D and AE. RGB value is (246,141,174). Sum of RGB (Red+Green+Blue) = 246+141+174=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F68DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68DAE is #097251. Grayscale: #B0B0B0. Windows color (decimal): -619090 or 11439606. OLE color: 11439606.

HSL color Cylindrical-coordinate representation of color #F68DAE: hue angle of 341.14º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68DAE is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 141 174 -
CMYK 0 0.43 0.29 0.04
HSL 341.14º 0.85% 0.76% -
HSV(B) 341.14º 0.43% 0.96% -
XYZ 55.17 41.7 45.19 -
YUV 176.16 126.79 177.82 -
System Red Green Blue C M Y K H S L
Decimal 246 141 174 0 0.43 0.29 0.04 341.14 0.85 0.76
Hex F6 8D AE 0 2B 1D 4 155 55 4C
Octal 366 215 256 0 53 35 4 525 125 114
Binary 11110110 10001101 10101110 0 101011 11101 100 101010101 1010101 1001100

Color Harmonies of #F68DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68DAE

Black with #F68DAE

Text Example


Text Example

White with #F68DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68DAE; }

 p { color: rgb(246,141,174); }

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

background-color css

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

 a { background-color: rgb(246,141,174); }

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

border-color css

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

 span { border-color: rgb(246,141,174); }

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