Html Css Color HEX #F68BA5 Mauvelous

📋 copy color: '#F68BA5'

red 246 ◦ green 139 ◦ blue 165

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

Shades of Mauvelous #F68BA5

Tints of Mauvelous #F68BA5

RGB

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

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

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

R = 44.73%
G = 25.27%
B = 30%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F68BA5 (or 0xF68BA5) is known color: Mauvelous. HEX triplet: F6, 8B and A5. RGB value is (246,139,165). Sum of RGB (Red+Green+Blue) = 246+139+165=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68BA5 is #09745A. Grayscale: #ADADAD. Windows color (decimal): -619611 or 10849270. OLE color: 10849270.

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

Color convert

RGB 246 139 165 -
CMYK 0 0.43 0.33 0.04
HSL 345.42º 0.86% 0.75% -
HSV(B) 345.42º 0.43% 0.96% -
XYZ 54.03 40.77 40.62 -
YUV 173.96 122.95 179.39 -
System Red Green Blue C M Y K H S L
Decimal 246 139 165 0 0.43 0.33 0.04 345.42 0.86 0.75
Hex F6 8B A5 0 2B 21 4 159 56 4B
Octal 366 213 245 0 53 41 4 531 126 113
Binary 11110110 10001011 10100101 0 101011 100001 100 101011001 1010110 1001011

Color Harmonies of #F68BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68BA5

Black with #F68BA5

Text Example


Text Example

White with #F68BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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