Html Css Color HEX #F68AA5 Mauvelous

📋 copy color: '#F68AA5'

red 246 ◦ green 138 ◦ blue 165

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

Shades of Mauvelous #F68AA5

Tints of Mauvelous #F68AA5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.14%

 BLUE value IS 165 (64.84% from 255) = 30.05%

R = 44.81%
G = 25.14%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F68AA5 (or 0xF68AA5) is known color: Mauvelous. HEX triplet: F6, 8A and A5. RGB value is (246,138,165). Sum of RGB (Red+Green+Blue) = 246+138+165=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F68AA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68AA5 is #09755A. Grayscale: #ADADAD. Windows color (decimal): -619867 or 10849014. OLE color: 10849014.

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

Color convert

RGB 246 138 165 -
CMYK 0 0.44 0.33 0.04
HSL 345º 0.86% 0.75% -
HSV(B) 345º 0.44% 0.96% -
XYZ 53.89 40.49 40.57 -
YUV 173.37 123.28 179.8 -
System Red Green Blue C M Y K H S L
Decimal 246 138 165 0 0.44 0.33 0.04 345 0.86 0.75
Hex F6 8A A5 0 2C 21 4 159 56 4B
Octal 366 212 245 0 54 41 4 531 126 113
Binary 11110110 10001010 10100101 0 101100 100001 100 101011001 1010110 1001011

Color Harmonies of #F68AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68AA5

Black with #F68AA5

Text Example


Text Example

White with #F68AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68AA5; }

 p { color: rgb(246,138,165); }

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

background-color css

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

 a { background-color: rgb(246,138,165); }

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

border-color css

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

 span { border-color: rgb(246,138,165); }

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