Html Css Color HEX #FA4095 Violet Red

📋 copy color: '#FA4095'

red 250 ◦ green 64 ◦ blue 149

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

Shades of Violet Red #FA4095

Tints of Violet Red #FA4095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.18%

R = 54%
G = 13.82%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA4095 (or 0xFA4095) is known color: Violet Red. HEX triplet: FA, 40 and 95. RGB value is (250,64,149). Sum of RGB (Red+Green+Blue) = 250+64+149=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4095 is #05BF6A. Grayscale: #818181. Windows color (decimal): -376683 or 9781498. OLE color: 9781498.

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

Color convert

RGB 250 64 149 -
CMYK 0 0.74 0.40 0.02
HSL 332.58º 0.95% 0.62% -
HSV(B) 332.58º 0.74% 0.98% -
XYZ 46.68 26.16 31.02 -
YUV 129.3 139.12 214.09 -
System Red Green Blue C M Y K H S L
Decimal 250 64 149 0 0.74 0.40 0.02 332.58 0.95 0.62
Hex FA 40 95 0 4A 28 2 14D 5F 3E
Octal 372 100 225 0 112 50 2 515 137 76
Binary 11111010 1000000 10010101 0 1001010 101000 10 101001101 1011111 111110

Color Harmonies of #FA4095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4095

Black with #FA4095

Text Example


Text Example

White with #FA4095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4095; }

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

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

background-color css

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

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

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

border-color css

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

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

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