Html Css Color HEX #FC4996 Violet Red

📋 copy color: '#FC4996'

red 252 ◦ green 73 ◦ blue 150

#FC4996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Red #FC4996

Tints of Violet Red #FC4996

RGB

 RED value IS 252 (98.83% from 255) = 53.05%

 GREEN value IS 73 (28.91% from 255) = 15.37%

 BLUE value IS 150 (58.98% from 255) = 31.58%

R = 53.05%
G = 15.37%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC4996 (or 0xFC4996) is known color: Violet Red. HEX triplet: FC, 49 and 96. RGB value is (252,73,150). Sum of RGB (Red+Green+Blue) = 252+73+150=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4996 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4996 is #03B669. Grayscale: #878787. Windows color (decimal): -243306 or 9849340. OLE color: 9849340.

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

Color convert

RGB 252 73 150 -
CMYK 0 0.71 0.40 0.01
HSL 334.19º 0.97% 0.64% -
HSV(B) 334.19º 0.71% 0.99% -
XYZ 48.03 27.66 31.66 -
YUV 135.3 136.3 211.24 -
System Red Green Blue C M Y K H S L
Decimal 252 73 150 0 0.71 0.40 0.01 334.19 0.97 0.64
Hex FC 49 96 0 47 28 1 14E 61 40
Octal 374 111 226 0 107 50 1 516 141 100
Binary 11111100 1001001 10010110 0 1000111 101000 1 101001110 1100001 1000000

Color Harmonies of #FC4996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4996

Black with #FC4996

Text Example


Text Example

White with #FC4996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4996; }

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

 H1.HeaderClassName
 {
   color: #FC4996;
 }
 .AnyTagClassName
 {
   color: #FC4996;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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