Html Css Color HEX #FA96FA Violet

📋 copy color: '#FA96FA'

red 250 ◦ green 150 ◦ blue 250

#FA96FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #FA96FA

Tints of Violet #FA96FA

RGB

 RED value IS 250 (98.05% from 255) = 38.46%

 GREEN value IS 150 (58.98% from 255) = 23.08%

 BLUE value IS 250 (98.05% from 255) = 38.46%

R = 38.46%
G = 23.08%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA96FA (or 0xFA96FA) is known color: Violet. HEX triplet: FA, 96 and FA. RGB value is (250,150,250). Sum of RGB (Red+Green+Blue) = 250+150+250=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 150 (58.98% from 255 or 23.08% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA96FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA96FA is #056905. Grayscale: #BFBFBF. Windows color (decimal): -354566 or 16422650. OLE color: 16422650.

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

Color convert

RGB 250 150 250 -
CMYK 0 0.4 0 0.02
HSL 300º 0.91% 0.78% -
HSV(B) 300º 0.4% 0.98% -
XYZ 67.59 49.04 96.35 -
YUV 191.3 161.13 169.87 -
System Red Green Blue C M Y K H S L
Decimal 250 150 250 0 0.4 0 0.02 300 0.91 0.78
Hex FA 96 FA 0 28 0 2 12C 5B 4E
Octal 372 226 372 0 50 0 2 454 133 116
Binary 11111010 10010110 11111010 0 101000 0 10 100101100 1011011 1001110

Color Harmonies of #FA96FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA96FA

Black with #FA96FA

Text Example


Text Example

White with #FA96FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA96FA; }

 p { color: rgb(250,150,250); }

 H1.HeaderClassName
 {
   color: #FA96FA;
 }
 .AnyTagClassName
 {
   color: #FA96FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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