Html Css Color HEX #FF397A Violet Red

📋 copy color: '#FF397A'

red 255 ◦ green 57 ◦ blue 122

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

Shades of Violet Red #FF397A

Tints of Violet Red #FF397A

RGB

 RED value IS 255 (100% from 255) = 58.76%

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

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

R = 58.76%
G = 13.13%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF397A (or 0xFF397A) is known color: Violet Red. HEX triplet: FF, 39 and 7A. RGB value is (255,57,122). Sum of RGB (Red+Green+Blue) = 255+57+122=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 57 (22.66% from 255 or 13.13% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF397A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF397A is #00C685. Grayscale: #7B7B7B. Windows color (decimal): -50822 or 8010239. OLE color: 8010239.

HSL color Cylindrical-coordinate representation of color #FF397A: hue angle of 340.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF397A is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB 255 57 122 -
CMYK 0 0.78 0.52 0
HSL 340.3º 1% 0.61% -
HSV(B) 340.3º 0.78% 1% -
XYZ 46.22 25.59 20.92 -
YUV 123.61 127.1 221.71 -
System Red Green Blue C M Y K H S L
Decimal 255 57 122 0 0.78 0.52 0 340.3 1 0.61
Hex FF 39 7A 0 4E 34 0 154 64 3D
Octal 377 71 172 0 116 64 0 524 144 75
Binary 11111111 111001 1111010 0 1001110 110100 0 101010100 1100100 111101

Color Harmonies of #FF397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF397A

Black with #FF397A

Text Example


Text Example

White with #FF397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF397A; }

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

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

background-color css

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

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

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

border-color css

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

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

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