Html Css Color HEX #FE397D Violet Red

📋 copy color: '#FE397D'

red 254 ◦ green 57 ◦ blue 125

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

Shades of Violet Red #FE397D

Tints of Violet Red #FE397D

RGB

 RED value IS 254 (99.61% from 255) = 58.26%

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

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

R = 58.26%
G = 13.07%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE397D (or 0xFE397D) is known color: Violet Red. HEX triplet: FE, 39 and 7D. RGB value is (254,57,125). Sum of RGB (Red+Green+Blue) = 254+57+125=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE397D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE397D is #01C682. Grayscale: #7B7B7B. Windows color (decimal): -116355 or 8206846. OLE color: 8206846.

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

Color convert

RGB 254 57 125 -
CMYK 0 0.78 0.51 0.00
HSL 339.29º 0.99% 0.61% -
HSV(B) 339.29º 0.78% 1% -
XYZ 46.04 25.48 21.89 -
YUV 123.66 128.77 220.97 -
System Red Green Blue C M Y K H S L
Decimal 254 57 125 0 0.78 0.51 0.00 339.29 0.99 0.61
Hex FE 39 7D 0 4E 33 0 153 63 3D
Octal 376 71 175 0 116 63 0 523 143 75
Binary 11111110 111001 1111101 0 1001110 110011 0 101010011 1100011 111101

Color Harmonies of #FE397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE397D

Black with #FE397D

Text Example


Text Example

White with #FE397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE397D; }

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

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

background-color css

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

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

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

border-color css

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

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

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