Html Css Color HEX #F0AFF5 Mauve

📋 copy color: '#F0AFF5'

red 240 ◦ green 175 ◦ blue 245

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

Shades of Mauve #F0AFF5

Tints of Mauve #F0AFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.12%

R = 36.36%
G = 26.52%
B = 37.12%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F0AFF5 (or 0xF0AFF5) is known color: Mauve. HEX triplet: F0, AF and F5. RGB value is (240,175,245). Sum of RGB (Red+Green+Blue) = 240+175+245=660 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.36% from 660); Green value is 175 (68.75% from 255 or 26.52% from 660); Blue value is 245 (96.09% from 255 or 37.12% from 660); Max value from RGB is 245 - color contains mainly: blue. Hex color #F0AFF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFF5 is #0F500A. Grayscale: #CACACA. Windows color (decimal): -1003531 or 16101360. OLE color: 16101360.

HSL color Cylindrical-coordinate representation of color #F0AFF5: hue angle of 295.71º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0AFF5 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 175 245 -
CMYK 0.02 0.29 0 0.04
HSL 295.71º 0.78% 0.82% -
HSV(B) 295.71º 0.29% 0.96% -
XYZ 67.75 55.78 93.58 -
YUV 202.42 152.03 154.81 -
System Red Green Blue C M Y K H S L
Decimal 240 175 245 0.02 0.29 0 0.04 295.71 0.78 0.82
Hex F0 AF F5 2 1D 0 4 128 4E 52
Octal 360 257 365 2 35 0 4 450 116 122
Binary 11110000 10101111 11110101 10 11101 0 100 100101000 1001110 1010010

Color Harmonies of #F0AFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AFF5

Black with #F0AFF5

Text Example


Text Example

White with #F0AFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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