#FC4286

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

Shades of Violet Red #FC4286

Tints of Violet Red #FC4286

Color information

#FC4286 (or 0xFC4286) is unknown color: approx Violet Red. HEX triplet: FC, 42 and 86. RGB value is (252,66,134). Sum of RGB (Red+Green+Blue) = 252+66+134=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4286 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4286 is #03BD79. Grayscale: #818181. Windows color (decimal): -245114 or 8798972. OLE color: 8798972.

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

Color convert

RGB25266134-
CMYK00.740.470.01
HSL338.06º96.88%62.35%-
HSV(B)338.06º73.81%98.82%-
XYZ46.426.3125.19-
YUV129.37130.62215.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.75%
GREEN value IS 66 (26.17% from 255) = 14.60%
BLUE value IS 134 (52.73% from 255) = 29.65%
R=55.75%
G=14.60%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526613400.740.470.01338.0696.8862.35
HexFC428604A2F1152613e
Octal374102206011257152214176
Binary111111001000010100001100100101010111111010100101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4286; }

 p { color: rgb(252,66,134); }

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

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

 a { background-color: rgb(252,66,134); }

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

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

 span { border-color: rgb(252,66,134); }

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