#FE3F7D

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

Shades of Violet Red #FE3F7D

Tints of Violet Red #FE3F7D

Color information

#FE3F7D (or 0xFE3F7D) is unknown color: approx Violet Red. HEX triplet: FE, 3F and 7D. RGB value is (254,63,125). Sum of RGB (Red+Green+Blue) = 254+63+125=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3F7D is #01C082. Grayscale: #7F7F7F. Windows color (decimal): -114819 or 8208382. OLE color: 8208382.

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

Color convert

RGB25463125-
CMYK00.750.510.00
HSL340.52º98.96%62.16%-
HSV(B)340.52º75.2%99.61%-
XYZ46.3526.1122-
YUV127.18126.78218.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.47%
GREEN value IS 63 (25% from 255) = 14.25%
BLUE value IS 125 (49.22% from 255) = 28.28%
R=57.47%
G=14.25%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546312500.750.510.00340.5298.9662.16
HexFE3F7D04B330155633e
Octal37677175011363052514376
Binary1111111011111111111010100101111001101010101011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3F7D; }

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

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

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

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

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

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

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

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