Html Css Color HEX #F68DAF Mauvelous

📋 copy color: '#F68DAF'

red 246 ◦ green 141 ◦ blue 175

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

Shades of Mauvelous #F68DAF

Tints of Mauvelous #F68DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.14%

R = 43.77%
G = 25.09%
B = 31.14%

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

#F68DAF (or 0xF68DAF) is known color: Mauvelous. HEX triplet: F6, 8D and AF. RGB value is (246,141,175). Sum of RGB (Red+Green+Blue) = 246+141+175=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F68DAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68DAF is #097250. Grayscale: #B0B0B0. Windows color (decimal): -619089 or 11505142. OLE color: 11505142.

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

Color convert

RGB 246 141 175 -
CMYK 0 0.43 0.29 0.04
HSL 340.57º 0.85% 0.76% -
HSV(B) 340.57º 0.43% 0.96% -
XYZ 55.27 41.74 45.7 -
YUV 176.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 246 141 175 0 0.43 0.29 0.04 340.57 0.85 0.76
Hex F6 8D AF 0 2B 1D 4 155 55 4C
Octal 366 215 257 0 53 35 4 525 125 114
Binary 11110110 10001101 10101111 0 101011 11101 100 101010101 1010101 1001100

Color Harmonies of #F68DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68DAF

Black with #F68DAF

Text Example


Text Example

White with #F68DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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