Html Css Color HEX #FA99FA Violet

📋 copy color: '#FA99FA'

red 250 ◦ green 153 ◦ blue 250

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

Shades of Violet #FA99FA

Tints of Violet #FA99FA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 23.43%

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

R = 38.28%
G = 23.43%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA99FA (or 0xFA99FA) is known color: Violet. HEX triplet: FA, 99 and FA. RGB value is (250,153,250). Sum of RGB (Red+Green+Blue) = 250+153+250=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 153 (60.16% from 255 or 23.43% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA99FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA99FA is #056605. Grayscale: #C0C0C0. Windows color (decimal): -353798 or 16423418. OLE color: 16423418.

HSL color Cylindrical-coordinate representation of color #FA99FA: hue angle of 300º 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 #FA99FA is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 153 250 -
CMYK 0 0.39 0 0.02
HSL 300º 0.91% 0.79% -
HSV(B) 300º 0.39% 0.98% -
XYZ 68.07 50.01 96.51 -
YUV 193.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 250 153 250 0 0.39 0 0.02 300 0.91 0.79
Hex FA 99 FA 0 27 0 2 12C 5B 4F
Octal 372 231 372 0 47 0 2 454 133 117
Binary 11111010 10011001 11111010 0 100111 0 10 100101100 1011011 1001111

Color Harmonies of #FA99FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA99FA

Black with #FA99FA

Text Example


Text Example

White with #FA99FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA99FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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