Html Css Color HEX #F2AFFF Mauve

📋 copy color: '#F2AFFF'

red 242 ◦ green 175 ◦ blue 255

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

Shades of Mauve #F2AFFF

Tints of Mauve #F2AFFF

RGB

 RED value IS 242 (94.92% from 255) = 36.01%

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

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

R = 36.01%
G = 26.04%
B = 37.95%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F2AFFF (or 0xF2AFFF) is known color: Mauve. HEX triplet: F2, AF and FF. RGB value is (242,175,255). Sum of RGB (Red+Green+Blue) = 242+175+255=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 175 (68.75% from 255 or 26.04% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2AFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2AFFF is #0D5000. Grayscale: #CBCBCB. Windows color (decimal): -872449 or 16756722. OLE color: 16756722.

HSL color Cylindrical-coordinate representation of color #F2AFFF: hue angle of 290.25º 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 #F2AFFF is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 242 175 255 -
CMYK 0.05 0.31 0 0
HSL 290.25º 1% 0.84% -
HSV(B) 290.25º 0.31% 1% -
XYZ 70 56.76 101.87 -
YUV 204.15 156.7 155 -
System Red Green Blue C M Y K H S L
Decimal 242 175 255 0.05 0.31 0 0 290.25 1 0.84
Hex F2 AF FF 5 1F 0 0 122 64 54
Octal 362 257 377 5 37 0 0 442 144 124
Binary 11110010 10101111 11111111 101 11111 0 0 100100010 1100100 1010100

Color Harmonies of #F2AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AFFF

Black with #F2AFFF

Text Example


Text Example

White with #F2AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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