#FA98F6

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

Shades of Violet #FA98F6

Tints of Violet #FA98F6

Color information

#FA98F6 (or 0xFA98F6) is unknown color: approx Violet. HEX triplet: FA, 98 and F6. RGB value is (250,152,246). Sum of RGB (Red+Green+Blue) = 250+152+246=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 152 (59.77% from 255 or 23.46% from 648); Blue value is 246 (96.48% from 255 or 37.96% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FA98F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA98F6 is #056709. Grayscale: #BFBFBF. Windows color (decimal): -354058 or 16161018. OLE color: 16161018.

HSL color Cylindrical-coordinate representation of color #FA98F6: hue angle of 302.45º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FA98F6 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB250152246-
CMYK00.390.020.02
HSL302.45º90.74%78.82%-
HSV(B)302.45º39.2%98.04%-
XYZ67.2949.4393.18-
YUV192.02158.47169.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.58%
GREEN value IS 152 (59.77% from 255) = 23.46%
BLUE value IS 246 (96.48% from 255) = 37.96%
R=38.58%
G=23.46%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015224600.390.020.02302.4590.7478.82
HexFA98F60272212e5b4f
Octal37223036604722456133117
Binary1111101010011000111101100100111101010010111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA98F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA98F6; }

 p { color: rgb(250,152,246); }

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

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

 a { background-color: rgb(250,152,246); }

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

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

 span { border-color: rgb(250,152,246); }

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