#FC3D88

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

Shades of Violet Red #FC3D88

Tints of Violet Red #FC3D88

Color information

#FC3D88 (or 0xFC3D88) is unknown color: approx Violet Red. HEX triplet: FC, 3D and 88. RGB value is (252,61,136). Sum of RGB (Red+Green+Blue) = 252+61+136=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3D88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC3D88 is #03C277. Grayscale: #7E7E7E. Windows color (decimal): -246392 or 8928764. OLE color: 8928764.

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

Color convert

RGB25261136-
CMYK00.760.460.01
HSL336.44º96.95%61.37%-
HSV(B)336.44º75.79%98.82%-
XYZ46.2625.8125.84-
YUV126.66133.28217.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.12%
GREEN value IS 61 (24.22% from 255) = 13.59%
BLUE value IS 136 (53.52% from 255) = 30.29%
R=56.12%
G=13.59%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526113600.760.460.01336.4496.9561.37
HexFC3D8804C2E1150613d
Octal37475210011456152014175
Binary11111100111101100010000100110010111011010100001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3D88; }

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

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

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

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

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

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

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

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