Html Css Color HEX #FA4080 Violet Red

📋 copy color: '#FA4080'

red 250 ◦ green 64 ◦ blue 128

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

Shades of Violet Red #FA4080

Tints of Violet Red #FA4080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.48%

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

R = 56.56%
G = 14.48%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA4080 (or 0xFA4080) is known color: Violet Red. HEX triplet: FA, 40 and 80. RGB value is (250,64,128). Sum of RGB (Red+Green+Blue) = 250+64+128=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4080 is #05BF7F. Grayscale: #7E7E7E. Windows color (decimal): -376704 or 8405242. OLE color: 8405242.

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

Color convert

RGB 250 64 128 -
CMYK 0 0.74 0.49 0.02
HSL 339.35º 0.95% 0.62% -
HSV(B) 339.35º 0.74% 0.98% -
XYZ 45.15 25.55 22.97 -
YUV 126.91 128.62 215.8 -
System Red Green Blue C M Y K H S L
Decimal 250 64 128 0 0.74 0.49 0.02 339.35 0.95 0.62
Hex FA 40 80 0 4A 31 2 153 5F 3E
Octal 372 100 200 0 112 61 2 523 137 76
Binary 11111010 1000000 10000000 0 1001010 110001 10 101010011 1011111 111110

Color Harmonies of #FA4080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4080

Black with #FA4080

Text Example


Text Example

White with #FA4080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4080; }

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

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

background-color css

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

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

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

border-color css

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

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

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