Html Css Color HEX #F5AFFF Mauve

📋 copy color: '#F5AFFF'

red 245 ◦ green 175 ◦ blue 255

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

Shades of Mauve #F5AFFF

Tints of Mauve #F5AFFF

RGB

 RED value IS 245 (96.09% from 255) = 36.3%

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

 BLUE value IS 255 (100% from 255) = 37.78%

R = 36.3%
G = 25.93%
B = 37.78%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5AFFF (or 0xF5AFFF) is known color: Mauve. HEX triplet: F5, AF and FF. RGB value is (245,175,255). Sum of RGB (Red+Green+Blue) = 245+175+255=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 175 (68.75% from 255 or 25.93% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5AFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AFFF is #0A5000. Grayscale: #CCCCCC. Windows color (decimal): -675841 or 16756725. OLE color: 16756725.

HSL color Cylindrical-coordinate representation of color #F5AFFF: hue angle of 292.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5AFFF is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 245 175 255 -
CMYK 0.04 0.31 0 0
HSL 292.5º 1% 0.84% -
HSV(B) 292.5º 0.31% 1% -
XYZ 71.04 57.29 101.92 -
YUV 205.05 156.19 156.5 -
System Red Green Blue C M Y K H S L
Decimal 245 175 255 0.04 0.31 0 0 292.5 1 0.84
Hex F5 AF FF 4 1F 0 0 124 64 54
Octal 365 257 377 4 37 0 0 444 144 124
Binary 11110101 10101111 11111111 100 11111 0 0 100100100 1100100 1010100

Color Harmonies of #F5AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AFFF

Black with #F5AFFF

Text Example


Text Example

White with #F5AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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