Html Css Color HEX #FE397C Violet Red

📋 copy color: '#FE397C'

red 254 ◦ green 57 ◦ blue 124

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

Shades of Violet Red #FE397C

Tints of Violet Red #FE397C

RGB

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

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

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

R = 58.39%
G = 13.1%
B = 28.51%

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

#FE397C (or 0xFE397C) is known color: Violet Red. HEX triplet: FE, 39 and 7C. RGB value is (254,57,124). Sum of RGB (Red+Green+Blue) = 254+57+124=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE397C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE397C is #01C683. Grayscale: #7B7B7B. Windows color (decimal): -116356 or 8141310. OLE color: 8141310.

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

Color convert

RGB 254 57 124 -
CMYK 0 0.78 0.51 0.00
HSL 339.59º 0.99% 0.61% -
HSV(B) 339.59º 0.78% 1% -
XYZ 45.97 25.45 21.56 -
YUV 123.54 128.27 221.05 -
System Red Green Blue C M Y K H S L
Decimal 254 57 124 0 0.78 0.51 0.00 339.59 0.99 0.61
Hex FE 39 7C 0 4E 33 0 154 63 3D
Octal 376 71 174 0 116 63 0 524 143 75
Binary 11111110 111001 1111100 0 1001110 110011 0 101010100 1100011 111101

Color Harmonies of #FE397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE397C

Black with #FE397C

Text Example


Text Example

White with #FE397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE397C; }

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

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

background-color css

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

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

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

border-color css

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

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

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