Html Css Color HEX #FA4074 Violet Red

📋 copy color: '#FA4074'

red 250 ◦ green 64 ◦ blue 116

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

Shades of Violet Red #FA4074

Tints of Violet Red #FA4074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.88%

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

R = 58.14%
G = 14.88%
B = 26.98%

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

#FA4074 (or 0xFA4074) is known color: Violet Red. HEX triplet: FA, 40 and 74. RGB value is (250,64,116). Sum of RGB (Red+Green+Blue) = 250+64+116=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4074 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4074 is #05BF8B. Grayscale: #7D7D7D. Windows color (decimal): -376716 or 7618810. OLE color: 7618810.

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

Color convert

RGB 250 64 116 -
CMYK 0 0.74 0.54 0.02
HSL 343.23º 0.95% 0.62% -
HSV(B) 343.23º 0.74% 0.98% -
XYZ 44.41 25.25 19.06 -
YUV 125.54 122.62 216.77 -
System Red Green Blue C M Y K H S L
Decimal 250 64 116 0 0.74 0.54 0.02 343.23 0.95 0.62
Hex FA 40 74 0 4A 36 2 157 5F 3E
Octal 372 100 164 0 112 66 2 527 137 76
Binary 11111010 1000000 1110100 0 1001010 110110 10 101010111 1011111 111110

Color Harmonies of #FA4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4074

Black with #FA4074

Text Example


Text Example

White with #FA4074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4074; }

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

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

background-color css

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

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

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

border-color css

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

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

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