#FC3E7D

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

Shades of Violet Red #FC3E7D

Tints of Violet Red #FC3E7D

Color information

#FC3E7D (or 0xFC3E7D) is unknown color: approx Violet Red. HEX triplet: FC, 3E and 7D. RGB value is (252,62,125). Sum of RGB (Red+Green+Blue) = 252+62+125=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 62 (24.61% from 255 or 14.12% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3E7D is #03C182. Grayscale: #7D7D7D. Windows color (decimal): -246147 or 8208124. OLE color: 8208124.

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

Color convert

RGB25262125-
CMYK00.750.500.01
HSL340.11º96.94%61.57%-
HSV(B)340.11º75.4%98.82%-
XYZ45.5725.6221.95-
YUV125.99127.45217.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.40%
GREEN value IS 62 (24.61% from 255) = 14.12%
BLUE value IS 125 (49.22% from 255) = 28.47%
R=57.40%
G=14.12%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526212500.750.500.01340.1196.9461.57
HexFC3E7D04B321154613e
Octal37476175011362152414176
Binary1111110011111011111010100101111001011010101001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3E7D; }

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

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

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

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

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

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

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

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