#FC4088

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

Shades of Violet Red #FC4088

Tints of Violet Red #FC4088

Color information

#FC4088 (or 0xFC4088) is unknown color: approx Violet Red. HEX triplet: FC, 40 and 88. RGB value is (252,64,136). Sum of RGB (Red+Green+Blue) = 252+64+136=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4088 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4088 is #03BF77. Grayscale: #808080. Windows color (decimal): -245624 or 8929532. OLE color: 8929532.

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

Color convert

RGB25264136-
CMYK00.750.460.01
HSL337.02º96.91%61.96%-
HSV(B)337.02º74.6%98.82%-
XYZ46.4226.1425.89-
YUV128.42132.28216.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.75%
GREEN value IS 64 (25.39% from 255) = 14.16%
BLUE value IS 136 (53.52% from 255) = 30.09%
R=55.75%
G=14.16%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526413600.750.460.01337.0296.9161.96
HexFC408804B2E1151613e
Octal374100210011356152114176
Binary111111001000000100010000100101110111011010100011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4088; }

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

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

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

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

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

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

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

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