#FE3F8A

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

Shades of Violet Red #FE3F8A

Tints of Violet Red #FE3F8A

Color information

#FE3F8A (or 0xFE3F8A) is unknown color: approx Violet Red. HEX triplet: FE, 3F and 8A. RGB value is (254,63,138). Sum of RGB (Red+Green+Blue) = 254+63+138=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3F8A is #01C075. Grayscale: #808080. Windows color (decimal): -114806 or 9060350. OLE color: 9060350.

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

Color convert

RGB25463138-
CMYK00.750.460.00
HSL336.44º98.96%62.16%-
HSV(B)336.44º75.2%99.61%-
XYZ47.2426.4626.66-
YUV128.66133.28217.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.82%
GREEN value IS 63 (25% from 255) = 13.85%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=55.82%
G=13.85%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546313800.750.460.00336.4498.9662.16
HexFE3F8A04B2E0150633e
Octal37677212011356052014376
Binary11111110111111100010100100101110111001010100001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3F8A; }

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

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

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

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

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

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

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

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