Html Css Color HEX #FA4780 Violet Red

📋 copy color: '#FA4780'

red 250 ◦ green 71 ◦ blue 128

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

Shades of Violet Red #FA4780

Tints of Violet Red #FA4780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.51%

R = 55.68%
G = 15.81%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA4780 (or 0xFA4780) is known color: Violet Red. HEX triplet: FA, 47 and 80. RGB value is (250,71,128). Sum of RGB (Red+Green+Blue) = 250+71+128=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4780 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4780 is #05B87F. Grayscale: #828282. Windows color (decimal): -374912 or 8407034. OLE color: 8407034.

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

Color convert

RGB 250 71 128 -
CMYK 0 0.72 0.49 0.02
HSL 340.89º 0.95% 0.63% -
HSV(B) 340.89º 0.72% 0.98% -
XYZ 45.57 26.39 23.11 -
YUV 131.02 126.3 212.87 -
System Red Green Blue C M Y K H S L
Decimal 250 71 128 0 0.72 0.49 0.02 340.89 0.95 0.63
Hex FA 47 80 0 48 31 2 155 5F 3F
Octal 372 107 200 0 110 61 2 525 137 77
Binary 11111010 1000111 10000000 0 1001000 110001 10 101010101 1011111 111111

Color Harmonies of #FA4780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4780

Black with #FA4780

Text Example


Text Example

White with #FA4780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4780; }

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

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

background-color css

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

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

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

border-color css

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

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

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