Html Css Color HEX #FA377F Violet Red

📋 copy color: '#FA377F'

red 250 ◦ green 55 ◦ blue 127

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

Shades of Violet Red #FA377F

Tints of Violet Red #FA377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.73%

 BLUE value IS 127 (50% from 255) = 29.4%

R = 57.87%
G = 12.73%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA377F (or 0xFA377F) is known color: Violet Red. HEX triplet: FA, 37 and 7F. RGB value is (250,55,127). Sum of RGB (Red+Green+Blue) = 250+55+127=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 55 (21.88% from 255 or 12.73% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA377F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA377F is #05C880. Grayscale: #797979. Windows color (decimal): -379009 or 8337402. OLE color: 8337402.

HSL color Cylindrical-coordinate representation of color #FA377F: hue angle of 337.85º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA377F is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 55 127 -
CMYK 0 0.78 0.49 0.02
HSL 337.85º 0.95% 0.6% -
HSV(B) 337.85º 0.78% 0.98% -
XYZ 44.62 24.59 22.47 -
YUV 121.51 131.1 219.65 -
System Red Green Blue C M Y K H S L
Decimal 250 55 127 0 0.78 0.49 0.02 337.85 0.95 0.6
Hex FA 37 7F 0 4E 31 2 152 5F 3C
Octal 372 67 177 0 116 61 2 522 137 74
Binary 11111010 110111 1111111 0 1001110 110001 10 101010010 1011111 111100

Color Harmonies of #FA377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA377F

Black with #FA377F

Text Example


Text Example

White with #FA377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA377F; }

 p { color: rgb(250,55,127); }

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

background-color css

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

 a { background-color: rgb(250,55,127); }

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

border-color css

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

 span { border-color: rgb(250,55,127); }

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