Html Css Color HEX #FA4374 Violet Red

📋 copy color: '#FA4374'

red 250 ◦ green 67 ◦ blue 116

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

Shades of Violet Red #FA4374

Tints of Violet Red #FA4374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.47%

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

R = 57.74%
G = 15.47%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA4374 (or 0xFA4374) is known color: Violet Red. HEX triplet: FA, 43 and 74. RGB value is (250,67,116). Sum of RGB (Red+Green+Blue) = 250+67+116=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4374 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4374 is #05BC8B. Grayscale: #7F7F7F. Windows color (decimal): -375948 or 7619578. OLE color: 7619578.

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

Color convert

RGB 250 67 116 -
CMYK 0 0.73 0.54 0.02
HSL 343.93º 0.95% 0.62% -
HSV(B) 343.93º 0.73% 0.98% -
XYZ 44.58 25.6 19.11 -
YUV 127.3 121.63 215.52 -
System Red Green Blue C M Y K H S L
Decimal 250 67 116 0 0.73 0.54 0.02 343.93 0.95 0.62
Hex FA 43 74 0 49 36 2 158 5F 3E
Octal 372 103 164 0 111 66 2 530 137 76
Binary 11111010 1000011 1110100 0 1001001 110110 10 101011000 1011111 111110

Color Harmonies of #FA4374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4374

Black with #FA4374

Text Example


Text Example

White with #FA4374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4374; }

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

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

background-color css

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

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

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

border-color css

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

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

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