Html Css Color HEX #FA4174 Violet Red

📋 copy color: '#FA4174'

red 250 ◦ green 65 ◦ blue 116

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

Shades of Violet Red #FA4174

Tints of Violet Red #FA4174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.08%

 BLUE value IS 116 (45.7% from 255) = 26.91%

R = 58%
G = 15.08%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA4174 (or 0xFA4174) is known color: Violet Red. HEX triplet: FA, 41 and 74. RGB value is (250,65,116). Sum of RGB (Red+Green+Blue) = 250+65+116=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4174 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4174 is #05BE8B. Grayscale: #7E7E7E. Windows color (decimal): -376460 or 7619066. OLE color: 7619066.

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

Color convert

RGB 250 65 116 -
CMYK 0 0.74 0.54 0.02
HSL 343.46º 0.95% 0.62% -
HSV(B) 343.46º 0.74% 0.98% -
XYZ 44.47 25.37 19.08 -
YUV 126.13 122.29 216.35 -
System Red Green Blue C M Y K H S L
Decimal 250 65 116 0 0.74 0.54 0.02 343.46 0.95 0.62
Hex FA 41 74 0 4A 36 2 157 5F 3E
Octal 372 101 164 0 112 66 2 527 137 76
Binary 11111010 1000001 1110100 0 1001010 110110 10 101010111 1011111 111110

Color Harmonies of #FA4174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4174

Black with #FA4174

Text Example


Text Example

White with #FA4174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4174; }

 p { color: rgb(250,65,116); }

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

background-color css

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

 a { background-color: rgb(250,65,116); }

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

border-color css

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

 span { border-color: rgb(250,65,116); }

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