#FA98FD

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

Shades of Violet #FA98FD

Tints of Violet #FA98FD

Color information

#FA98FD (or 0xFA98FD) is unknown color: approx Violet. HEX triplet: FA, 98 and FD. RGB value is (250,152,253). Sum of RGB (Red+Green+Blue) = 250+152+253=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 152 (59.77% from 255 or 23.21% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA98FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA98FD is #056702. Grayscale: #C0C0C0. Windows color (decimal): -354051 or 16619770. OLE color: 16619770.

HSL color Cylindrical-coordinate representation of color #FA98FD: hue angle of 298.22º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA98FD is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250152253-
CMYK0.010.4000.01
HSL298.22º96.19%79.41%-
HSV(B)298.22º39.92%99.22%-
XYZ68.3849.8798.95-
YUV192.82161.97168.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 152 (59.77% from 255) = 23.21%
BLUE value IS 253 (99.22% from 255) = 38.63%
R=38.17%
G=23.21%
B=38.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2501522530.010.4000.01298.2296.1979.41
HexFA98FD1280112a604f
Octal37223037515001452140117
Binary11111010100110001111110111010000110010101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA98FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA98FD; }

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

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

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

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

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

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

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

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