Html Css Color HEX #FA4993 Violet Red

📋 copy color: '#FA4993'

red 250 ◦ green 73 ◦ blue 147

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

Shades of Violet Red #FA4993

Tints of Violet Red #FA4993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.53%

 BLUE value IS 147 (57.81% from 255) = 31.28%

R = 53.19%
G = 15.53%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA4993 (or 0xFA4993) is known color: Violet Red. HEX triplet: FA, 49 and 93. RGB value is (250,73,147). Sum of RGB (Red+Green+Blue) = 250+73+147=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4993 is #05B66C. Grayscale: #868686. Windows color (decimal): -374381 or 9652730. OLE color: 9652730.

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

Color convert

RGB 250 73 147 -
CMYK 0 0.71 0.41 0.02
HSL 334.92º 0.95% 0.63% -
HSV(B) 334.92º 0.71% 0.98% -
XYZ 47.07 27.2 30.37 -
YUV 134.36 135.14 210.48 -
System Red Green Blue C M Y K H S L
Decimal 250 73 147 0 0.71 0.41 0.02 334.92 0.95 0.63
Hex FA 49 93 0 47 29 2 14F 5F 3F
Octal 372 111 223 0 107 51 2 517 137 77
Binary 11111010 1001001 10010011 0 1000111 101001 10 101001111 1011111 111111

Color Harmonies of #FA4993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4993

Black with #FA4993

Text Example


Text Example

White with #FA4993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4993; }

 p { color: rgb(250,73,147); }

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

background-color css

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

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

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

border-color css

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

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

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