Html Css Color HEX #FC4080 Violet Red

📋 copy color: '#FC4080'

red 252 ◦ green 64 ◦ blue 128

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

Shades of Violet Red #FC4080

Tints of Violet Red #FC4080

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.41%

 BLUE value IS 128 (50.39% from 255) = 28.83%

R = 56.76%
G = 14.41%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC4080 (or 0xFC4080) is known color: Violet Red. HEX triplet: FC, 40 and 80. RGB value is (252,64,128). Sum of RGB (Red+Green+Blue) = 252+64+128=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4080 is #03BF7F. Grayscale: #7F7F7F. Windows color (decimal): -245632 or 8405244. OLE color: 8405244.

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

Color convert

RGB 252 64 128 -
CMYK 0 0.75 0.49 0.01
HSL 339.57º 0.97% 0.62% -
HSV(B) 339.57º 0.75% 0.99% -
XYZ 45.87 25.92 23.01 -
YUV 127.51 128.28 216.8 -
System Red Green Blue C M Y K H S L
Decimal 252 64 128 0 0.75 0.49 0.01 339.57 0.97 0.62
Hex FC 40 80 0 4B 31 1 154 61 3E
Octal 374 100 200 0 113 61 1 524 141 76
Binary 11111100 1000000 10000000 0 1001011 110001 1 101010100 1100001 111110

Color Harmonies of #FC4080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4080

Black with #FC4080

Text Example


Text Example

White with #FC4080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4080; }

 p { color: rgb(252,64,128); }

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

background-color css

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

 a { background-color: rgb(252,64,128); }

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

border-color css

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

 span { border-color: rgb(252,64,128); }

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