Html Css Color HEX #FA4894 Violet Red

📋 copy color: '#FA4894'

red 250 ◦ green 72 ◦ blue 148

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

Shades of Violet Red #FA4894

Tints of Violet Red #FA4894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.32%

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

R = 53.19%
G = 15.32%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA4894 (or 0xFA4894) is known color: Violet Red. HEX triplet: FA, 48 and 94. RGB value is (250,72,148). Sum of RGB (Red+Green+Blue) = 250+72+148=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4894 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4894 is #05B76B. Grayscale: #858585. Windows color (decimal): -374636 or 9718010. OLE color: 9718010.

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

Color convert

RGB 250 72 148 -
CMYK 0 0.71 0.41 0.02
HSL 334.38º 0.95% 0.63% -
HSV(B) 334.38º 0.71% 0.98% -
XYZ 47.09 27.1 30.77 -
YUV 133.89 135.97 210.82 -
System Red Green Blue C M Y K H S L
Decimal 250 72 148 0 0.71 0.41 0.02 334.38 0.95 0.63
Hex FA 48 94 0 47 29 2 14E 5F 3F
Octal 372 110 224 0 107 51 2 516 137 77
Binary 11111010 1001000 10010100 0 1000111 101001 10 101001110 1011111 111111

Color Harmonies of #FA4894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4894

Black with #FA4894

Text Example


Text Example

White with #FA4894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4894; }

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

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

background-color css

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

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

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

border-color css

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

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

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