Html Css Color HEX #FA4490 Violet Red

📋 copy color: '#FA4490'

red 250 ◦ green 68 ◦ blue 144

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

Shades of Violet Red #FA4490

Tints of Violet Red #FA4490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.17%

R = 54.11%
G = 14.72%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA4490 (or 0xFA4490) is known color: Violet Red. HEX triplet: FA, 44 and 90. RGB value is (250,68,144). Sum of RGB (Red+Green+Blue) = 250+68+144=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4490 is #05BB6F. Grayscale: #828282. Windows color (decimal): -375664 or 9454842. OLE color: 9454842.

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

Color convert

RGB 250 68 144 -
CMYK 0 0.73 0.42 0.02
HSL 334.95º 0.95% 0.62% -
HSV(B) 334.95º 0.73% 0.98% -
XYZ 46.53 26.47 29.04 -
YUV 131.08 135.3 212.82 -
System Red Green Blue C M Y K H S L
Decimal 250 68 144 0 0.73 0.42 0.02 334.95 0.95 0.62
Hex FA 44 90 0 49 2A 2 14F 5F 3E
Octal 372 104 220 0 111 52 2 517 137 76
Binary 11111010 1000100 10010000 0 1001001 101010 10 101001111 1011111 111110

Color Harmonies of #FA4490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4490

Black with #FA4490

Text Example


Text Example

White with #FA4490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4490; }

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

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

background-color css

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

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

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

border-color css

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

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

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