Html Css Color HEX #FA4793 Violet Red

📋 copy color: '#FA4793'

red 250 ◦ green 71 ◦ blue 147

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

Shades of Violet Red #FA4793

Tints of Violet Red #FA4793

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.17%

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

R = 53.42%
G = 15.17%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA4793 (or 0xFA4793) is known color: Violet Red. HEX triplet: FA, 47 and 93. RGB value is (250,71,147). Sum of RGB (Red+Green+Blue) = 250+71+147=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4793 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4793 is #05B86C. Grayscale: #858585. Windows color (decimal): -374893 or 9652218. OLE color: 9652218.

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

Color convert

RGB 250 71 147 -
CMYK 0 0.72 0.41 0.02
HSL 334.53º 0.95% 0.63% -
HSV(B) 334.53º 0.72% 0.98% -
XYZ 46.94 26.94 30.33 -
YUV 133.19 135.8 211.32 -
System Red Green Blue C M Y K H S L
Decimal 250 71 147 0 0.72 0.41 0.02 334.53 0.95 0.63
Hex FA 47 93 0 48 29 2 14F 5F 3F
Octal 372 107 223 0 110 51 2 517 137 77
Binary 11111010 1000111 10010011 0 1001000 101001 10 101001111 1011111 111111

Color Harmonies of #FA4793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4793

Black with #FA4793

Text Example


Text Example

White with #FA4793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4793; }

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

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

background-color css

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

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

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

border-color css

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

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

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