Html Css Color HEX #FA99FF Violet

📋 copy color: '#FA99FF'

red 250 ◦ green 153 ◦ blue 255

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

Shades of Violet #FA99FF

Tints of Violet #FA99FF

RGB

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

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

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

R = 37.99%
G = 23.25%
B = 38.75%

CMYK

 C value IS 0.02

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA99FF (or 0xFA99FF) is known color: Violet. HEX triplet: FA, 99 and FF. RGB value is (250,153,255). Sum of RGB (Red+Green+Blue) = 250+153+255=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 153 (60.16% from 255 or 23.25% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA99FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA99FF is #056600. Grayscale: #C1C1C1. Windows color (decimal): -353793 or 16751098. OLE color: 16751098.

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

Color convert

RGB 250 153 255 -
CMYK 0.02 0.4 0 0
HSL 297.06º 1% 0.8% -
HSV(B) 297.06º 0.4% 1% -
XYZ 68.87 50.33 100.69 -
YUV 193.63 162.64 168.21 -
System Red Green Blue C M Y K H S L
Decimal 250 153 255 0.02 0.4 0 0 297.06 1 0.8
Hex FA 99 FF 2 28 0 0 129 64 50
Octal 372 231 377 2 50 0 0 451 144 120
Binary 11111010 10011001 11111111 10 101000 0 0 100101001 1100100 1010000

Color Harmonies of #FA99FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA99FF

Black with #FA99FF

Text Example


Text Example

White with #FA99FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA99FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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