#FC427E

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

Shades of Violet Red #FC427E

Tints of Violet Red #FC427E

Color information

#FC427E (or 0xFC427E) is unknown color: approx Violet Red. HEX triplet: FC, 42 and 7E. RGB value is (252,66,126). Sum of RGB (Red+Green+Blue) = 252+66+126=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC427E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC427E is #03BD81. Grayscale: #808080. Windows color (decimal): -245122 or 8274684. OLE color: 8274684.

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

Color convert

RGB25266126-
CMYK00.740.50.01
HSL340.65º96.88%62.35%-
HSV(B)340.65º73.81%98.82%-
XYZ45.8626.122.36-
YUV128.45126.62216.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.76%
GREEN value IS 66 (26.17% from 255) = 14.86%
BLUE value IS 126 (49.61% from 255) = 28.38%
R=56.76%
G=14.86%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526612600.740.50.01340.6596.8862.35
HexFC427E04A321155613e
Octal374102176011262152514176
Binary11111100100001011111100100101011001011010101011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC427E; }

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

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

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

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

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

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

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

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