#FE3C7E

Color #FE3C7E Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #FE3C7E

Tints of Violet Red #FE3C7E

Color information

#FE3C7E (or 0xFE3C7E) is unknown color: approx Violet Red. HEX triplet: FE, 3C and 7E. RGB value is (254,60,126). Sum of RGB (Red+Green+Blue) = 254+60+126=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3C7E is #01C381. Grayscale: #7D7D7D. Windows color (decimal): -115586 or 8273150. OLE color: 8273150.

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

Color convert

RGB25460126-
CMYK00.760.500.00
HSL339.59º98.98%61.57%-
HSV(B)339.59º76.38%99.61%-
XYZ46.2525.8122.28-
YUV125.53128.27219.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.73%
GREEN value IS 60 (23.83% from 255) = 13.64%
BLUE value IS 126 (49.61% from 255) = 28.64%
R=57.73%
G=13.64%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546012600.760.500.00339.5998.9861.57
HexFE3C7E04C320154633e
Octal37674176011462052414376
Binary1111111011110011111100100110011001001010101001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3C7E; }

 p { color: rgb(254,60,126); }

 H1.HeaderClassName
 {
   color: #FE3C7E;
 }
 .AnyTagClassName
 {
   color: #FE3C7E;
 }
</style>
background-color css

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

 a { background-color: rgb(254,60,126); }

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

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

 span { border-color: rgb(254,60,126); }

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