Html Css Color HEX #F690A8 Mauvelous

📋 copy color: '#F690A8'

red 246 ◦ green 144 ◦ blue 168

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

Shades of Mauvelous #F690A8

Tints of Mauvelous #F690A8

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.81%

 BLUE value IS 168 (66.02% from 255) = 30.11%

R = 44.09%
G = 25.81%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F690A8 (or 0xF690A8) is known color: Mauvelous. HEX triplet: F6, 90 and A8. RGB value is (246,144,168). Sum of RGB (Red+Green+Blue) = 246+144+168=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 168 (66.02% from 255 or 30.11% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F690A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F690A8 is #096F57. Grayscale: #B1B1B1. Windows color (decimal): -618328 or 11047158. OLE color: 11047158.

HSL color Cylindrical-coordinate representation of color #F690A8: hue angle of 345.88º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F690A8 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 144 168 -
CMYK 0 0.41 0.32 0.04
HSL 345.88º 0.85% 0.76% -
HSV(B) 345.88º 0.41% 0.96% -
XYZ 55.05 42.37 42.32 -
YUV 177.23 122.79 177.05 -
System Red Green Blue C M Y K H S L
Decimal 246 144 168 0 0.41 0.32 0.04 345.88 0.85 0.76
Hex F6 90 A8 0 29 20 4 15A 55 4C
Octal 366 220 250 0 51 40 4 532 125 114
Binary 11110110 10010000 10101000 0 101001 100000 100 101011010 1010101 1001100

Color Harmonies of #F690A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F690A8

Black with #F690A8

Text Example


Text Example

White with #F690A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F690A8; }

 p { color: rgb(246,144,168); }

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

background-color css

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

 a { background-color: rgb(246,144,168); }

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

border-color css

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

 span { border-color: rgb(246,144,168); }

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