#F7A0FA

Color #F7A0FA Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #F7A0FA

Tints of Violet #F7A0FA

Color information

#F7A0FA (or 0xF7A0FA) is unknown color: approx Violet. HEX triplet: F7, A0 and FA. RGB value is (247,160,250). Sum of RGB (Red+Green+Blue) = 247+160+250=657 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.60% from 657); Green value is 160 (62.89% from 255 or 24.35% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7A0FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7A0FA is #085F05. Grayscale: #C4C4C4. Windows color (decimal): -548614 or 16425207. OLE color: 16425207.

HSL color Cylindrical-coordinate representation of color #F7A0FA: hue angle of 298º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7A0FA is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247160250-
CMYK0.010.3600.02
HSL298º90%80.39%-
HSV(B)298º36%98.04%-
XYZ68.1851.8296.85-
YUV196.27158.32164.18-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.60%
GREEN value IS 160 (62.89% from 255) = 24.35%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=37.60%
G=24.35%
B=38.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2471602500.010.3600.022989080.39
HexF7A0FA1240212a5a50
Octal36724037214402452132120
Binary111101111010000011111010110010001010010101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A0FA; }

 p { color: rgb(247,160,250); }

 H1.HeaderClassName
 {
   color: #F7A0FA;
 }
 .AnyTagClassName
 {
   color: #F7A0FA;
 }
</style>
background-color css

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

 a { background-color: rgb(247,160,250); }

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

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

 span { border-color: rgb(247,160,250); }

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