Html Css Color HEX #FA397A Violet Red

📋 copy color: '#FA397A'

red 250 ◦ green 57 ◦ blue 122

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

Shades of Violet Red #FA397A

Tints of Violet Red #FA397A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.29%

 BLUE value IS 122 (48.05% from 255) = 28.44%

R = 58.28%
G = 13.29%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA397A (or 0xFA397A) is known color: Violet Red. HEX triplet: FA, 39 and 7A. RGB value is (250,57,122). Sum of RGB (Red+Green+Blue) = 250+57+122=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA397A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA397A is #05C685. Grayscale: #7A7A7A. Windows color (decimal): -378502 or 8010234. OLE color: 8010234.

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

Color convert

RGB 250 57 122 -
CMYK 0 0.77 0.51 0.02
HSL 339.79º 0.95% 0.6% -
HSV(B) 339.79º 0.77% 0.98% -
XYZ 44.4 24.66 20.83 -
YUV 122.12 127.94 219.21 -
System Red Green Blue C M Y K H S L
Decimal 250 57 122 0 0.77 0.51 0.02 339.79 0.95 0.6
Hex FA 39 7A 0 4D 33 2 154 5F 3C
Octal 372 71 172 0 115 63 2 524 137 74
Binary 11111010 111001 1111010 0 1001101 110011 10 101010100 1011111 111100

Color Harmonies of #FA397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA397A

Black with #FA397A

Text Example


Text Example

White with #FA397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA397A; }

 p { color: rgb(250,57,122); }

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

background-color css

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

 a { background-color: rgb(250,57,122); }

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

border-color css

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

 span { border-color: rgb(250,57,122); }

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