Html Css Color HEX #FA4493 Violet Red

📋 copy color: '#FA4493'

red 250 ◦ green 68 ◦ blue 147

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

Shades of Violet Red #FA4493

Tints of Violet Red #FA4493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.61%

R = 53.76%
G = 14.62%
B = 31.61%

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

#FA4493 (or 0xFA4493) is known color: Violet Red. HEX triplet: FA, 44 and 93. RGB value is (250,68,147). Sum of RGB (Red+Green+Blue) = 250+68+147=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4493 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4493 is #05BB6C. Grayscale: #838383. Windows color (decimal): -375661 or 9651450. OLE color: 9651450.

HSL color Cylindrical-coordinate representation of color #FA4493: hue angle of 333.96º 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 #FA4493 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 68 147 -
CMYK 0 0.73 0.41 0.02
HSL 333.96º 0.95% 0.62% -
HSV(B) 333.96º 0.73% 0.98% -
XYZ 46.76 26.56 30.27 -
YUV 131.42 136.8 212.58 -
System Red Green Blue C M Y K H S L
Decimal 250 68 147 0 0.73 0.41 0.02 333.96 0.95 0.62
Hex FA 44 93 0 49 29 2 14E 5F 3E
Octal 372 104 223 0 111 51 2 516 137 76
Binary 11111010 1000100 10010011 0 1001001 101001 10 101001110 1011111 111110

Color Harmonies of #FA4493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4493

Black with #FA4493

Text Example


Text Example

White with #FA4493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4493; }

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

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

background-color css

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

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

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

border-color css

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

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

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