Html Css Color HEX #FA3E76 Violet Red

📋 copy color: '#FA3E76'

red 250 ◦ green 62 ◦ blue 118

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

Shades of Violet Red #FA3E76

Tints of Violet Red #FA3E76

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.42%

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

R = 58.14%
G = 14.42%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA3E76 (or 0xFA3E76) is known color: Violet Red. HEX triplet: FA, 3E and 76. RGB value is (250,62,118). Sum of RGB (Red+Green+Blue) = 250+62+118=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3E76 is #05C189. Grayscale: #7C7C7C. Windows color (decimal): -377226 or 7749370. OLE color: 7749370.

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

Color convert

RGB 250 62 118 -
CMYK 0 0.75 0.53 0.02
HSL 342.13º 0.95% 0.61% -
HSV(B) 342.13º 0.75% 0.98% -
XYZ 44.42 25.08 19.64 -
YUV 124.6 124.28 217.45 -
System Red Green Blue C M Y K H S L
Decimal 250 62 118 0 0.75 0.53 0.02 342.13 0.95 0.61
Hex FA 3E 76 0 4B 35 2 156 5F 3D
Octal 372 76 166 0 113 65 2 526 137 75
Binary 11111010 111110 1110110 0 1001011 110101 10 101010110 1011111 111101

Color Harmonies of #FA3E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3E76

Black with #FA3E76

Text Example


Text Example

White with #FA3E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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