#fc3a84

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

Shades of Violet Red #FC3A84

Tints of Violet Red #FC3A84

Color information

#FC3A84 (or 0xFC3A84) is unknown color: approx Violet Red. HEX triplet: FC, 3A and 84. RGB value is (252,58,132). Sum of RGB (Red+Green+Blue) = 252+58+132=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3A84 is #03C57B. Grayscale: #7C7C7C. Windows color (decimal): -247164 or 8665852. OLE color: 8665852.

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

Color convert

RGB25258132-
CMYK00.770.480.01
HSL337.11º97%60.78%-
HSV(B)337.11º76.98%98.82%-
XYZ45.8225.3924.31-
YUV124.44132.27218.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.01%
GREEN value IS 58 (23.05% from 255) = 13.12%
BLUE value IS 132 (51.95% from 255) = 29.86%
R=57.01%
G=13.12%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525813200.770.480.01337.119760.78
HexFC3A8404D301151613d
Octal37472204011560152114175
Binary11111100111010100001000100110111000011010100011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc3a84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc3a84; }

 p { color: rgb(252,58,132); }

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

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

 a { background-color: rgb(252,58,132); }

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

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

 span { border-color: rgb(252,58,132); }

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