Html Css Color HEX #FA96FF Violet

📋 copy color: '#FA96FF'

red 250 ◦ green 150 ◦ blue 255

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

Shades of Violet #FA96FF

Tints of Violet #FA96FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.93%

R = 38.17%
G = 22.9%
B = 38.93%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA96FF (or 0xFA96FF) is known color: Violet. HEX triplet: FA, 96 and FF. RGB value is (250,150,255). Sum of RGB (Red+Green+Blue) = 250+150+255=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 150 (58.98% from 255 or 22.90% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA96FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA96FF is #056900. Grayscale: #BFBFBF. Windows color (decimal): -354561 or 16750330. OLE color: 16750330.

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

Color convert

RGB 250 150 255 -
CMYK 0.02 0.41 0 0
HSL 297.14º 1% 0.79% -
HSV(B) 297.14º 0.41% 1% -
XYZ 68.38 49.36 100.53 -
YUV 191.87 163.63 169.46 -
System Red Green Blue C M Y K H S L
Decimal 250 150 255 0.02 0.41 0 0 297.14 1 0.79
Hex FA 96 FF 2 29 0 0 129 64 4F
Octal 372 226 377 2 51 0 0 451 144 117
Binary 11111010 10010110 11111111 10 101001 0 0 100101001 1100100 1001111

Color Harmonies of #FA96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA96FF

Black with #FA96FF

Text Example


Text Example

White with #FA96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA96FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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