Html Css Color HEX #F68EA8 Mauvelous

📋 copy color: '#F68EA8'

red 246 ◦ green 142 ◦ blue 168

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

Shades of Mauvelous #F68EA8

Tints of Mauvelous #F68EA8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.54%

 BLUE value IS 168 (66.02% from 255) = 30.22%

R = 44.24%
G = 25.54%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F68EA8 (or 0xF68EA8) is known color: Mauvelous. HEX triplet: F6, 8E and A8. RGB value is (246,142,168). Sum of RGB (Red+Green+Blue) = 246+142+168=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68EA8 is #097157. Grayscale: #B0B0B0. Windows color (decimal): -618840 or 11046646. OLE color: 11046646.

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

Color convert

RGB 246 142 168 -
CMYK 0 0.42 0.32 0.04
HSL 345º 0.85% 0.76% -
HSV(B) 345º 0.42% 0.96% -
XYZ 54.75 41.77 42.22 -
YUV 176.06 123.46 177.89 -
System Red Green Blue C M Y K H S L
Decimal 246 142 168 0 0.42 0.32 0.04 345 0.85 0.76
Hex F6 8E A8 0 2A 20 4 159 55 4C
Octal 366 216 250 0 52 40 4 531 125 114
Binary 11110110 10001110 10101000 0 101010 100000 100 101011001 1010101 1001100

Color Harmonies of #F68EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68EA8

Black with #F68EA8

Text Example


Text Example

White with #F68EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68EA8; }

 p { color: rgb(246,142,168); }

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

background-color css

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

 a { background-color: rgb(246,142,168); }

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

border-color css

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

 span { border-color: rgb(246,142,168); }

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