Html Css Color HEX #FE377F Violet Red

📋 copy color: '#FE377F'

red 254 ◦ green 55 ◦ blue 127

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

Shades of Violet Red #FE377F

Tints of Violet Red #FE377F

RGB

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

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

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

R = 58.26%
G = 12.61%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE377F (or 0xFE377F) is known color: Violet Red. HEX triplet: FE, 37 and 7F. RGB value is (254,55,127). Sum of RGB (Red+Green+Blue) = 254+55+127=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE377F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE377F is #01C880. Grayscale: #7A7A7A. Windows color (decimal): -116865 or 8337406. OLE color: 8337406.

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

Color convert

RGB 254 55 127 -
CMYK 0 0.78 0.50 0.00
HSL 338.29º 0.99% 0.61% -
HSV(B) 338.29º 0.78% 1% -
XYZ 46.07 25.34 22.54 -
YUV 122.71 130.43 221.65 -
System Red Green Blue C M Y K H S L
Decimal 254 55 127 0 0.78 0.50 0.00 338.29 0.99 0.61
Hex FE 37 7F 0 4E 32 0 152 63 3D
Octal 376 67 177 0 116 62 0 522 143 75
Binary 11111110 110111 1111111 0 1001110 110010 0 101010010 1100011 111101

Color Harmonies of #FE377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE377F

Black with #FE377F

Text Example


Text Example

White with #FE377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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