Html Css Color HEX #FA4494 Violet Red

📋 copy color: '#FA4494'

red 250 ◦ green 68 ◦ blue 148

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

Shades of Violet Red #FA4494

Tints of Violet Red #FA4494

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.59%

 BLUE value IS 148 (58.2% from 255) = 31.76%

R = 53.65%
G = 14.59%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA4494 (or 0xFA4494) is known color: Violet Red. HEX triplet: FA, 44 and 94. RGB value is (250,68,148). Sum of RGB (Red+Green+Blue) = 250+68+148=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4494 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4494 is #05BB6B. Grayscale: #838383. Windows color (decimal): -375660 or 9716986. OLE color: 9716986.

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

Color convert

RGB 250 68 148 -
CMYK 0 0.73 0.41 0.02
HSL 333.63º 0.95% 0.62% -
HSV(B) 333.63º 0.73% 0.98% -
XYZ 46.84 26.6 30.68 -
YUV 131.54 137.3 212.5 -
System Red Green Blue C M Y K H S L
Decimal 250 68 148 0 0.73 0.41 0.02 333.63 0.95 0.62
Hex FA 44 94 0 49 29 2 14E 5F 3E
Octal 372 104 224 0 111 51 2 516 137 76
Binary 11111010 1000100 10010100 0 1001001 101001 10 101001110 1011111 111110

Color Harmonies of #FA4494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4494

Black with #FA4494

Text Example


Text Example

White with #FA4494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4494; }

 p { color: rgb(250,68,148); }

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

background-color css

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

 a { background-color: rgb(250,68,148); }

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

border-color css

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

 span { border-color: rgb(250,68,148); }

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