Html Css Color HEX #F0AFF7 Mauve

📋 copy color: '#F0AFF7'

red 240 ◦ green 175 ◦ blue 247

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

Shades of Mauve #F0AFF7

Tints of Mauve #F0AFF7

RGB

 RED value IS 240 (94.14% from 255) = 36.25%

 GREEN value IS 175 (68.75% from 255) = 26.44%

 BLUE value IS 247 (96.88% from 255) = 37.31%

R = 36.25%
G = 26.44%
B = 37.31%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F0AFF7 (or 0xF0AFF7) is known color: Mauve. HEX triplet: F0, AF and F7. RGB value is (240,175,247). Sum of RGB (Red+Green+Blue) = 240+175+247=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 175 (68.75% from 255 or 26.44% from 662); Blue value is 247 (96.88% from 255 or 37.31% from 662); Max value from RGB is 247 - color contains mainly: blue. Hex color #F0AFF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFF7 is #0F5008. Grayscale: #CACACA. Windows color (decimal): -1003529 or 16232432. OLE color: 16232432.

HSL color Cylindrical-coordinate representation of color #F0AFF7: hue angle of 294.17º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0AFF7 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 175 247 -
CMYK 0.03 0.29 0 0.03
HSL 294.17º 0.82% 0.83% -
HSV(B) 294.17º 0.29% 0.97% -
XYZ 68.05 55.9 95.2 -
YUV 202.64 153.03 154.65 -
System Red Green Blue C M Y K H S L
Decimal 240 175 247 0.03 0.29 0 0.03 294.17 0.82 0.83
Hex F0 AF F7 3 1D 0 3 126 52 53
Octal 360 257 367 3 35 0 3 446 122 123
Binary 11110000 10101111 11110111 11 11101 0 11 100100110 1010010 1010011

Color Harmonies of #F0AFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFF7

Black with #F0AFF7

Text Example


Text Example

White with #F0AFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFF7; }

 p { color: rgb(240,175,247); }

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

background-color css

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

 a { background-color: rgb(240,175,247); }

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

border-color css

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

 span { border-color: rgb(240,175,247); }

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