Html Css Color HEX #FA4290 Violet Red

📋 copy color: '#FA4290'

red 250 ◦ green 66 ◦ blue 144

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

Shades of Violet Red #FA4290

Tints of Violet Red #FA4290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.35%

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

R = 54.35%
G = 14.35%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA4290 (or 0xFA4290) is known color: Violet Red. HEX triplet: FA, 42 and 90. RGB value is (250,66,144). Sum of RGB (Red+Green+Blue) = 250+66+144=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4290 is #05BD6F. Grayscale: #818181. Windows color (decimal): -376176 or 9454330. OLE color: 9454330.

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

Color convert

RGB 250 66 144 -
CMYK 0 0.74 0.42 0.02
HSL 334.57º 0.95% 0.62% -
HSV(B) 334.57º 0.74% 0.98% -
XYZ 46.41 26.23 29 -
YUV 129.91 135.96 213.66 -
System Red Green Blue C M Y K H S L
Decimal 250 66 144 0 0.74 0.42 0.02 334.57 0.95 0.62
Hex FA 42 90 0 4A 2A 2 14F 5F 3E
Octal 372 102 220 0 112 52 2 517 137 76
Binary 11111010 1000010 10010000 0 1001010 101010 10 101001111 1011111 111110

Color Harmonies of #FA4290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4290

Black with #FA4290

Text Example


Text Example

White with #FA4290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4290; }

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

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

background-color css

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

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

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

border-color css

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

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

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