#FE3D85

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

Shades of Violet Red #FE3D85

Tints of Violet Red #FE3D85

Color information

#FE3D85 (or 0xFE3D85) is unknown color: approx Violet Red. HEX triplet: FE, 3D and 85. RGB value is (254,61,133). Sum of RGB (Red+Green+Blue) = 254+61+133=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 61 (24.22% from 255 or 13.62% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3D85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3D85 is #01C27A. Grayscale: #7E7E7E. Windows color (decimal): -115323 or 8732158. OLE color: 8732158.

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

Color convert

RGB25461133-
CMYK00.760.480.00
HSL337.62º98.97%61.76%-
HSV(B)337.62º75.98%99.61%-
XYZ46.7826.124.76-
YUV126.92131.44218.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.70%
GREEN value IS 61 (24.22% from 255) = 13.62%
BLUE value IS 133 (52.34% from 255) = 29.69%
R=56.70%
G=13.62%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546113300.760.480.00337.6298.9761.76
HexFE3D8504C300152633e
Octal37675205011460052214376
Binary11111110111101100001010100110011000001010100101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3D85; }

 p { color: rgb(254,61,133); }

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

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

 a { background-color: rgb(254,61,133); }

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

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

 span { border-color: rgb(254,61,133); }

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