Html Css Color HEX #FF397F Violet Red

📋 copy color: '#FF397F'

red 255 ◦ green 57 ◦ blue 127

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

Shades of Violet Red #FF397F

Tints of Violet Red #FF397F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.93%

R = 58.09%
G = 12.98%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF397F (or 0xFF397F) is known color: Violet Red. HEX triplet: FF, 39 and 7F. RGB value is (255,57,127). Sum of RGB (Red+Green+Blue) = 255+57+127=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF397F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF397F is #00C680. Grayscale: #7C7C7C. Windows color (decimal): -50817 or 8337919. OLE color: 8337919.

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

Color convert

RGB 255 57 127 -
CMYK 0 0.78 0.50 0
HSL 338.79º 1% 0.61% -
HSV(B) 338.79º 0.78% 1% -
XYZ 46.53 25.72 22.59 -
YUV 124.18 129.6 221.31 -
System Red Green Blue C M Y K H S L
Decimal 255 57 127 0 0.78 0.50 0 338.79 1 0.61
Hex FF 39 7F 0 4E 32 0 153 64 3D
Octal 377 71 177 0 116 62 0 523 144 75
Binary 11111111 111001 1111111 0 1001110 110010 0 101010011 1100100 111101

Color Harmonies of #FF397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF397F

Black with #FF397F

Text Example


Text Example

White with #FF397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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