Html Css Color HEX #FF397C Violet Red

📋 copy color: '#FF397C'

red 255 ◦ green 57 ◦ blue 124

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

Shades of Violet Red #FF397C

Tints of Violet Red #FF397C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.44%

R = 58.49%
G = 13.07%
B = 28.44%

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

#FF397C (or 0xFF397C) is known color: Violet Red. HEX triplet: FF, 39 and 7C. RGB value is (255,57,124). Sum of RGB (Red+Green+Blue) = 255+57+124=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF397C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF397C is #00C683. Grayscale: #7B7B7B. Windows color (decimal): -50820 or 8141311. OLE color: 8141311.

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

Color convert

RGB 255 57 124 -
CMYK 0 0.78 0.51 0
HSL 339.7º 1% 0.61% -
HSV(B) 339.7º 0.78% 1% -
XYZ 46.34 25.64 21.58 -
YUV 123.84 128.1 221.55 -
System Red Green Blue C M Y K H S L
Decimal 255 57 124 0 0.78 0.51 0 339.7 1 0.61
Hex FF 39 7C 0 4E 33 0 154 64 3D
Octal 377 71 174 0 116 63 0 524 144 75
Binary 11111111 111001 1111100 0 1001110 110011 0 101010100 1100100 111101

Color Harmonies of #FF397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF397C

Black with #FF397C

Text Example


Text Example

White with #FF397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF397C; }

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

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

background-color css

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

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

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

border-color css

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

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

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