#F5A0F8

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

Shades of Violet #F5A0F8

Tints of Violet #F5A0F8

Color information

#F5A0F8 (or 0xF5A0F8) is unknown color: approx Violet. HEX triplet: F5, A0 and F8. RGB value is (245,160,248). Sum of RGB (Red+Green+Blue) = 245+160+248=653 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.52% from 653); Green value is 160 (62.89% from 255 or 24.50% from 653); Blue value is 248 (97.27% from 255 or 37.98% from 653); Max value from RGB is 248 - color contains mainly: blue. Hex color #F5A0F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A0F8 is #0A5F07. Grayscale: #C3C3C3. Windows color (decimal): -679688 or 16294133. OLE color: 16294133.

HSL color Cylindrical-coordinate representation of color #F5A0F8: hue angle of 297.95º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5A0F8 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB245160248-
CMYK0.010.3500.03
HSL297.95º86.27%80%-
HSV(B)297.95º35.48%97.25%-
XYZ67.1751.3395.17-
YUV195.45157.66163.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.52%
GREEN value IS 160 (62.89% from 255) = 24.50%
BLUE value IS 248 (97.27% from 255) = 37.98%
R=37.52%
G=24.50%
B=37.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2451602480.010.3500.03297.9586.2780
HexF5A0F81230312a5650
Octal36524037014303452126120
Binary111101011010000011111000110001101110010101010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A0F8; }

 p { color: rgb(245,160,248); }

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

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

 a { background-color: rgb(245,160,248); }

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

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

 span { border-color: rgb(245,160,248); }

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