#FC4998

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

Shades of Violet Red #FC4998

Tints of Violet Red #FC4998

Color information

#FC4998 (or 0xFC4998) is unknown color: approx Violet Red. HEX triplet: FC, 49 and 98. RGB value is (252,73,152). Sum of RGB (Red+Green+Blue) = 252+73+152=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4998 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4998 is #03B667. Grayscale: #878787. Windows color (decimal): -243304 or 9980412. OLE color: 9980412.

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

Color convert

RGB25273152-
CMYK00.710.400.01
HSL333.52º96.76%63.73%-
HSV(B)333.52º71.03%98.82%-
XYZ48.1927.7332.52-
YUV135.53137.3211.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.83%
GREEN value IS 73 (28.91% from 255) = 15.30%
BLUE value IS 152 (59.77% from 255) = 31.87%
R=52.83%
G=15.30%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527315200.710.400.01333.5296.7663.73
HexFC499804728114e6140
Octal3741112300107501516141100
Binary1111110010010011001100001000111101000110100111011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4998; }

 p { color: rgb(252,73,152); }

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

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

 a { background-color: rgb(252,73,152); }

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

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

 span { border-color: rgb(252,73,152); }

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