#FC3E85

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

Shades of Violet Red #FC3E85

Tints of Violet Red #FC3E85

Color information

#FC3E85 (or 0xFC3E85) is unknown color: approx Violet Red. HEX triplet: FC, 3E and 85. RGB value is (252,62,133). Sum of RGB (Red+Green+Blue) = 252+62+133=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3E85 is #03C17A. Grayscale: #7E7E7E. Windows color (decimal): -246139 or 8732412. OLE color: 8732412.

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

Color convert

RGB25262133-
CMYK00.750.470.01
HSL337.58º96.94%61.57%-
HSV(B)337.58º75.4%98.82%-
XYZ46.125.8324.75-
YUV126.9131.45217.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.38%
GREEN value IS 62 (24.61% from 255) = 13.87%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=56.38%
G=13.87%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526213300.750.470.01337.5896.9461.57
HexFC3E8504B2F1152613e
Octal37476205011357152214176
Binary11111100111110100001010100101110111111010100101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3E85; }

 p { color: rgb(252,62,133); }

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

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

 a { background-color: rgb(252,62,133); }

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

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

 span { border-color: rgb(252,62,133); }

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