Html Css Color HEX #FF397D Violet Red

📋 copy color: '#FF397D'

red 255 ◦ green 57 ◦ blue 125

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

Shades of Violet Red #FF397D

Tints of Violet Red #FF397D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.6%

R = 58.35%
G = 13.04%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF397D (or 0xFF397D) is known color: Violet Red. HEX triplet: FF, 39 and 7D. RGB value is (255,57,125). Sum of RGB (Red+Green+Blue) = 255+57+125=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 57 (22.66% from 255 or 13.04% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF397D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF397D is #00C682. Grayscale: #7B7B7B. Windows color (decimal): -50819 or 8206847. OLE color: 8206847.

HSL color Cylindrical-coordinate representation of color #FF397D: hue angle of 339.39º 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 #FF397D is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 255 57 125 -
CMYK 0 0.78 0.51 0
HSL 339.39º 1% 0.61% -
HSV(B) 339.39º 0.78% 1% -
XYZ 46.4 25.67 21.91 -
YUV 123.95 128.6 221.47 -
System Red Green Blue C M Y K H S L
Decimal 255 57 125 0 0.78 0.51 0 339.39 1 0.61
Hex FF 39 7D 0 4E 33 0 153 64 3D
Octal 377 71 175 0 116 63 0 523 144 75
Binary 11111111 111001 1111101 0 1001110 110011 0 101010011 1100100 111101

Color Harmonies of #FF397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF397D

Black with #FF397D

Text Example


Text Example

White with #FF397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF397D; }

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

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

background-color css

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

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

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

border-color css

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

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

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