Html Css Color HEX #FE377D Violet Red

📋 copy color: '#FE377D'

red 254 ◦ green 55 ◦ blue 125

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

Shades of Violet Red #FE377D

Tints of Violet Red #FE377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.67%

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

R = 58.53%
G = 12.67%
B = 28.8%

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

#FE377D (or 0xFE377D) is known color: Violet Red. HEX triplet: FE, 37 and 7D. RGB value is (254,55,125). Sum of RGB (Red+Green+Blue) = 254+55+125=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE377D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE377D is #01C882. Grayscale: #7A7A7A. Windows color (decimal): -116867 or 8206334. OLE color: 8206334.

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

Color convert

RGB 254 55 125 -
CMYK 0 0.78 0.51 0.00
HSL 338.89º 0.99% 0.61% -
HSV(B) 338.89º 0.78% 1% -
XYZ 45.94 25.28 21.86 -
YUV 122.48 129.43 221.81 -
System Red Green Blue C M Y K H S L
Decimal 254 55 125 0 0.78 0.51 0.00 338.89 0.99 0.61
Hex FE 37 7D 0 4E 33 0 153 63 3D
Octal 376 67 175 0 116 63 0 523 143 75
Binary 11111110 110111 1111101 0 1001110 110011 0 101010011 1100011 111101

Color Harmonies of #FE377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE377D

Black with #FE377D

Text Example


Text Example

White with #FE377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE377D; }

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

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

background-color css

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

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

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

border-color css

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

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

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