Html Css Color HEX #FA4076 Violet Red

📋 copy color: '#FA4076'

red 250 ◦ green 64 ◦ blue 118

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

Shades of Violet Red #FA4076

Tints of Violet Red #FA4076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.31%

R = 57.87%
G = 14.81%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA4076 (or 0xFA4076) is known color: Violet Red. HEX triplet: FA, 40 and 76. RGB value is (250,64,118). Sum of RGB (Red+Green+Blue) = 250+64+118=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4076 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4076 is #05BF89. Grayscale: #7D7D7D. Windows color (decimal): -376714 or 7749882. OLE color: 7749882.

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

Color convert

RGB 250 64 118 -
CMYK 0 0.74 0.53 0.02
HSL 342.58º 0.95% 0.62% -
HSV(B) 342.58º 0.74% 0.98% -
XYZ 44.53 25.3 19.68 -
YUV 125.77 123.62 216.61 -
System Red Green Blue C M Y K H S L
Decimal 250 64 118 0 0.74 0.53 0.02 342.58 0.95 0.62
Hex FA 40 76 0 4A 35 2 157 5F 3E
Octal 372 100 166 0 112 65 2 527 137 76
Binary 11111010 1000000 1110110 0 1001010 110101 10 101010111 1011111 111110

Color Harmonies of #FA4076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4076

Black with #FA4076

Text Example


Text Example

White with #FA4076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4076; }

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

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

background-color css

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

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

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

border-color css

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

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

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