Html Css Color HEX #FF397B Violet Red

📋 copy color: '#FF397B'

red 255 ◦ green 57 ◦ blue 123

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

Shades of Violet Red #FF397B

Tints of Violet Red #FF397B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.28%

R = 58.62%
G = 13.1%
B = 28.28%

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

#FF397B (or 0xFF397B) is known color: Violet Red. HEX triplet: FF, 39 and 7B. RGB value is (255,57,123). Sum of RGB (Red+Green+Blue) = 255+57+123=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF397B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF397B is #00C684. Grayscale: #7B7B7B. Windows color (decimal): -50821 or 8075775. OLE color: 8075775.

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

Color convert

RGB 255 57 123 -
CMYK 0 0.78 0.52 0
HSL 340º 1% 0.61% -
HSV(B) 340º 0.78% 1% -
XYZ 46.28 25.62 21.24 -
YUV 123.73 127.6 221.63 -
System Red Green Blue C M Y K H S L
Decimal 255 57 123 0 0.78 0.52 0 340 1 0.61
Hex FF 39 7B 0 4E 34 0 154 64 3D
Octal 377 71 173 0 116 64 0 524 144 75
Binary 11111111 111001 1111011 0 1001110 110100 0 101010100 1100100 111101

Color Harmonies of #FF397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF397B

Black with #FF397B

Text Example


Text Example

White with #FF397B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF397B; }

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

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

background-color css

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

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

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

border-color css

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

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

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