Html Css Color HEX #FA3582 Violet Red

📋 copy color: '#FA3582'

red 250 ◦ green 53 ◦ blue 130

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

Shades of Violet Red #FA3582

Tints of Violet Red #FA3582

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.24%

 BLUE value IS 130 (51.17% from 255) = 30.02%

R = 57.74%
G = 12.24%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA3582 (or 0xFA3582) is known color: Violet Red. HEX triplet: FA, 35 and 82. RGB value is (250,53,130). Sum of RGB (Red+Green+Blue) = 250+53+130=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3582 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3582 is #05CA7D. Grayscale: #787878. Windows color (decimal): -379518 or 8533498. OLE color: 8533498.

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

Color convert

RGB 250 53 130 -
CMYK 0 0.79 0.48 0.02
HSL 336.55º 0.95% 0.59% -
HSV(B) 336.55º 0.79% 0.98% -
XYZ 44.73 24.48 23.49 -
YUV 120.68 133.27 220.24 -
System Red Green Blue C M Y K H S L
Decimal 250 53 130 0 0.79 0.48 0.02 336.55 0.95 0.59
Hex FA 35 82 0 4F 30 2 151 5F 3B
Octal 372 65 202 0 117 60 2 521 137 73
Binary 11111010 110101 10000010 0 1001111 110000 10 101010001 1011111 111011

Color Harmonies of #FA3582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3582

Black with #FA3582

Text Example


Text Example

White with #FA3582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3582; }

 p { color: rgb(250,53,130); }

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

background-color css

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

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

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

border-color css

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

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

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