#FC3D8A

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

Shades of Violet Red #FC3D8A

Tints of Violet Red #FC3D8A

Color information

#FC3D8A (or 0xFC3D8A) is unknown color: approx Violet Red. HEX triplet: FC, 3D and 8A. RGB value is (252,61,138). Sum of RGB (Red+Green+Blue) = 252+61+138=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3D8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3D8A is #03C275. Grayscale: #7E7E7E. Windows color (decimal): -246390 or 9059836. OLE color: 9059836.

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

Color convert

RGB25261138-
CMYK00.760.450.01
HSL335.81º96.95%61.37%-
HSV(B)335.81º75.79%98.82%-
XYZ46.425.8726.59-
YUV126.89134.28217.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.88%
GREEN value IS 61 (24.22% from 255) = 13.53%
BLUE value IS 138 (54.30% from 255) = 30.60%
R=55.88%
G=13.53%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526113800.760.450.01335.8196.9561.37
HexFC3D8A04C2D1150613d
Octal37475212011455152014175
Binary11111100111101100010100100110010110111010100001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3D8A; }

 p { color: rgb(252,61,138); }

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

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

 a { background-color: rgb(252,61,138); }

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

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

 span { border-color: rgb(252,61,138); }

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