Html Css Color HEX #FA3A76 Violet Red

📋 copy color: '#FA3A76'

red 250 ◦ green 58 ◦ blue 118

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

Shades of Violet Red #FA3A76

Tints of Violet Red #FA3A76

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.62%

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

R = 58.69%
G = 13.62%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA3A76 (or 0xFA3A76) is known color: Violet Red. HEX triplet: FA, 3A and 76. RGB value is (250,58,118). Sum of RGB (Red+Green+Blue) = 250+58+118=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3A76 is #05C589. Grayscale: #7A7A7A. Windows color (decimal): -378250 or 7748346. OLE color: 7748346.

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

Color convert

RGB 250 58 118 -
CMYK 0 0.77 0.53 0.02
HSL 341.25º 0.95% 0.6% -
HSV(B) 341.25º 0.77% 0.98% -
XYZ 44.21 24.66 19.57 -
YUV 122.25 125.61 219.12 -
System Red Green Blue C M Y K H S L
Decimal 250 58 118 0 0.77 0.53 0.02 341.25 0.95 0.6
Hex FA 3A 76 0 4D 35 2 155 5F 3C
Octal 372 72 166 0 115 65 2 525 137 74
Binary 11111010 111010 1110110 0 1001101 110101 10 101010101 1011111 111100

Color Harmonies of #FA3A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A76

Black with #FA3A76

Text Example


Text Example

White with #FA3A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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