Html Css Color HEX #F68FAD Mauvelous

📋 copy color: '#F68FAD'

red 246 ◦ green 143 ◦ blue 173

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

Shades of Mauvelous #F68FAD

Tints of Mauvelous #F68FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.44%

 BLUE value IS 173 (67.97% from 255) = 30.78%

R = 43.77%
G = 25.44%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F68FAD (or 0xF68FAD) is known color: Mauvelous. HEX triplet: F6, 8F and AD. RGB value is (246,143,173). Sum of RGB (Red+Green+Blue) = 246+143+173=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68FAD is #097052. Grayscale: #B1B1B1. Windows color (decimal): -618579 or 11374582. OLE color: 11374582.

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

Color convert

RGB 246 143 173 -
CMYK 0 0.42 0.30 0.04
HSL 342.52º 0.85% 0.76% -
HSV(B) 342.52º 0.42% 0.96% -
XYZ 55.37 42.25 44.77 -
YUV 177.22 125.62 177.06 -
System Red Green Blue C M Y K H S L
Decimal 246 143 173 0 0.42 0.30 0.04 342.52 0.85 0.76
Hex F6 8F AD 0 2A 1E 4 157 55 4C
Octal 366 217 255 0 52 36 4 527 125 114
Binary 11110110 10001111 10101101 0 101010 11110 100 101010111 1010101 1001100

Color Harmonies of #F68FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68FAD

Black with #F68FAD

Text Example


Text Example

White with #F68FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68FAD; }

 p { color: rgb(246,143,173); }

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

background-color css

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

 a { background-color: rgb(246,143,173); }

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

border-color css

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

 span { border-color: rgb(246,143,173); }

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