Html Css Color HEX #FA4175 Violet Red

📋 copy color: '#FA4175'

red 250 ◦ green 65 ◦ blue 117

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

Shades of Violet Red #FA4175

Tints of Violet Red #FA4175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.08%

R = 57.87%
G = 15.05%
B = 27.08%

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

#FA4175 (or 0xFA4175) is known color: Violet Red. HEX triplet: FA, 41 and 75. RGB value is (250,65,117). Sum of RGB (Red+Green+Blue) = 250+65+117=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4175 is #05BE8A. Grayscale: #7E7E7E. Windows color (decimal): -376459 or 7684602. OLE color: 7684602.

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

Color convert

RGB 250 65 117 -
CMYK 0 0.74 0.53 0.02
HSL 343.14º 0.95% 0.62% -
HSV(B) 343.14º 0.74% 0.98% -
XYZ 44.53 25.39 19.38 -
YUV 126.24 122.79 216.27 -
System Red Green Blue C M Y K H S L
Decimal 250 65 117 0 0.74 0.53 0.02 343.14 0.95 0.62
Hex FA 41 75 0 4A 35 2 157 5F 3E
Octal 372 101 165 0 112 65 2 527 137 76
Binary 11111010 1000001 1110101 0 1001010 110101 10 101010111 1011111 111110

Color Harmonies of #FA4175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4175

Black with #FA4175

Text Example


Text Example

White with #FA4175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4175; }

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

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

background-color css

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

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

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

border-color css

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

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

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