#FC2F7F

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

Shades of Violet Red #FC2F7F

Tints of Violet Red #FC2F7F

Color information

#FC2F7F (or 0xFC2F7F) is unknown color: approx Violet Red. HEX triplet: FC, 2F and 7F. RGB value is (252,47,127). Sum of RGB (Red+Green+Blue) = 252+47+127=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2F7F is #03D080. Grayscale: #757575. Windows color (decimal): -249985 or 8335356. OLE color: 8335356.

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

Color convert

RGB25247127-
CMYK00.810.500.01
HSL336.59º97.16%58.63%-
HSV(B)336.59º81.35%98.82%-
XYZ44.9924.2622.39-
YUV117.42133.42224-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 59.15%
GREEN value IS 47 (18.75% from 255) = 11.03%
BLUE value IS 127 (50% from 255) = 29.81%
R=59.15%
G=11.03%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2524712700.810.500.01336.5997.1658.63
HexFC2F7F051321151613b
Octal37457177012162152114173
Binary1111110010111111111110101000111001011010100011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2F7F; }

 p { color: rgb(252,47,127); }

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

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

 a { background-color: rgb(252,47,127); }

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

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

 span { border-color: rgb(252,47,127); }

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