Html Css Color HEX #FA4176 Violet Red

📋 copy color: '#FA4176'

red 250 ◦ green 65 ◦ blue 118

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

Shades of Violet Red #FA4176

Tints of Violet Red #FA4176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.25%

R = 57.74%
G = 15.01%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA4176 (or 0xFA4176) is known color: Violet Red. HEX triplet: FA, 41 and 76. RGB value is (250,65,118). Sum of RGB (Red+Green+Blue) = 250+65+118=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4176 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4176 is #05BE89. Grayscale: #7E7E7E. Windows color (decimal): -376458 or 7750138. OLE color: 7750138.

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

Color convert

RGB 250 65 118 -
CMYK 0 0.74 0.53 0.02
HSL 342.81º 0.95% 0.62% -
HSV(B) 342.81º 0.74% 0.98% -
XYZ 44.58 25.41 19.69 -
YUV 126.36 123.29 216.19 -
System Red Green Blue C M Y K H S L
Decimal 250 65 118 0 0.74 0.53 0.02 342.81 0.95 0.62
Hex FA 41 76 0 4A 35 2 157 5F 3E
Octal 372 101 166 0 112 65 2 527 137 76
Binary 11111010 1000001 1110110 0 1001010 110101 10 101010111 1011111 111110

Color Harmonies of #FA4176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4176

Black with #FA4176

Text Example


Text Example

White with #FA4176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4176; }

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

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

background-color css

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

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

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

border-color css

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

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

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