Html Css Color HEX #F2ACF7 Mauve

📋 copy color: '#F2ACF7'

red 242 ◦ green 172 ◦ blue 247

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

Shades of Mauve #F2ACF7

Tints of Mauve #F2ACF7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.02%

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

R = 36.61%
G = 26.02%
B = 37.37%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F2ACF7 (or 0xF2ACF7) is known color: Mauve. HEX triplet: F2, AC and F7. RGB value is (242,172,247). Sum of RGB (Red+Green+Blue) = 242+172+247=661 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.61% from 661); Green value is 172 (67.58% from 255 or 26.02% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 247 - color contains mainly: blue. Hex color #F2ACF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ACF7 is #0D5308. Grayscale: #C9C9C9. Windows color (decimal): -873225 or 16231666. OLE color: 16231666.

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

Color convert

RGB 242 172 247 -
CMYK 0.02 0.30 0 0.03
HSL 296º 0.82% 0.82% -
HSV(B) 296º 0.3% 0.97% -
XYZ 68.16 55.1 95.04 -
YUV 201.48 153.69 156.9 -
System Red Green Blue C M Y K H S L
Decimal 242 172 247 0.02 0.30 0 0.03 296 0.82 0.82
Hex F2 AC F7 2 1E 0 3 128 52 52
Octal 362 254 367 2 36 0 3 450 122 122
Binary 11110010 10101100 11110111 10 11110 0 11 100101000 1010010 1010010

Color Harmonies of #F2ACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACF7

Black with #F2ACF7

Text Example


Text Example

White with #F2ACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACF7; }

 p { color: rgb(242,172,247); }

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

background-color css

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

 a { background-color: rgb(242,172,247); }

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

border-color css

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

 span { border-color: rgb(242,172,247); }

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