Html Css Color HEX #F0A7FE Mauve

📋 copy color: '#F0A7FE'

red 240 ◦ green 167 ◦ blue 254

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

Shades of Mauve #F0A7FE

Tints of Mauve #F0A7FE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 25.26%

 BLUE value IS 254 (99.61% from 255) = 38.43%

R = 36.31%
G = 25.26%
B = 38.43%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0A7FE (or 0xF0A7FE) is known color: Mauve. HEX triplet: F0, A7 and FE. RGB value is (240,167,254). Sum of RGB (Red+Green+Blue) = 240+167+254=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 167 (65.62% from 255 or 25.26% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0A7FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A7FE is #0F5801. Grayscale: #C6C6C6. Windows color (decimal): -1005570 or 16689136. OLE color: 16689136.

HSL color Cylindrical-coordinate representation of color #F0A7FE: hue angle of 290.34º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0A7FE is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 240 167 254 -
CMYK 0.06 0.34 0 0.00
HSL 290.34º 0.98% 0.83% -
HSV(B) 290.34º 0.34% 1% -
XYZ 67.64 53.32 100.49 -
YUV 198.75 159.18 157.43 -
System Red Green Blue C M Y K H S L
Decimal 240 167 254 0.06 0.34 0 0.00 290.34 0.98 0.83
Hex F0 A7 FE 6 22 0 0 122 62 53
Octal 360 247 376 6 42 0 0 442 142 123
Binary 11110000 10100111 11111110 110 100010 0 0 100100010 1100010 1010011

Color Harmonies of #F0A7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A7FE

Black with #F0A7FE

Text Example


Text Example

White with #F0A7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A7FE; }

 p { color: rgb(240,167,254); }

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

background-color css

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

 a { background-color: rgb(240,167,254); }

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

border-color css

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

 span { border-color: rgb(240,167,254); }

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