Html Css Color HEX #F68BAD Mauvelous

📋 copy color: '#F68BAD'

red 246 ◦ green 139 ◦ blue 173

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

Shades of Mauvelous #F68BAD

Tints of Mauvelous #F68BAD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.91%

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

R = 44.09%
G = 24.91%
B = 31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F68BAD (or 0xF68BAD) is known color: Mauvelous. HEX triplet: F6, 8B and AD. RGB value is (246,139,173). Sum of RGB (Red+Green+Blue) = 246+139+173=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68BAD is #097452. Grayscale: #AEAEAE. Windows color (decimal): -619603 or 11373558. OLE color: 11373558.

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

Color convert

RGB 246 139 173 -
CMYK 0 0.43 0.30 0.04
HSL 340.93º 0.86% 0.75% -
HSV(B) 340.93º 0.43% 0.96% -
XYZ 54.78 41.08 44.58 -
YUV 174.87 126.95 178.74 -
System Red Green Blue C M Y K H S L
Decimal 246 139 173 0 0.43 0.30 0.04 340.93 0.86 0.75
Hex F6 8B AD 0 2B 1E 4 155 56 4B
Octal 366 213 255 0 53 36 4 525 126 113
Binary 11110110 10001011 10101101 0 101011 11110 100 101010101 1010110 1001011

Color Harmonies of #F68BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68BAD

Black with #F68BAD

Text Example


Text Example

White with #F68BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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