#FA95FB

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

Shades of Violet #FA95FB

Tints of Violet #FA95FB

Color information

#FA95FB (or 0xFA95FB) is unknown color: approx Violet. HEX triplet: FA, 95 and FB. RGB value is (250,149,251). Sum of RGB (Red+Green+Blue) = 250+149+251=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 149 (58.59% from 255 or 22.92% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA95FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA95FB is #056A04. Grayscale: #BEBEBE. Windows color (decimal): -354821 or 16487930. OLE color: 16487930.

HSL color Cylindrical-coordinate representation of color #FA95FB: hue angle of 299.41º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA95FB is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB250149251-
CMYK0.000.4100.02
HSL299.41º92.73%78.43%-
HSV(B)299.41º40.64%98.43%-
XYZ67.5848.7897.12-
YUV190.83161.96170.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.46%
GREEN value IS 149 (58.59% from 255) = 22.92%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=38.46%
G=22.92%
B=38.62%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501492510.000.4100.02299.4192.7378.43
HexFA95FB0290212b5d4e
Octal37222537305102453135116
Binary111110101001010111111011010100101010010101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA95FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA95FB; }

 p { color: rgb(250,149,251); }

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

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

 a { background-color: rgb(250,149,251); }

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

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

 span { border-color: rgb(250,149,251); }

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