Html Css Color HEX #FC4079 Violet Red

📋 copy color: '#FC4079'

red 252 ◦ green 64 ◦ blue 121

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

Shades of Violet Red #FC4079

Tints of Violet Red #FC4079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.69%

R = 57.67%
G = 14.65%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC4079 (or 0xFC4079) is known color: Violet Red. HEX triplet: FC, 40 and 79. RGB value is (252,64,121). Sum of RGB (Red+Green+Blue) = 252+64+121=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4079 is #03BF86. Grayscale: #7E7E7E. Windows color (decimal): -245639 or 7946492. OLE color: 7946492.

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

Color convert

RGB 252 64 121 -
CMYK 0 0.75 0.52 0.01
HSL 341.81º 0.97% 0.62% -
HSV(B) 341.81º 0.75% 0.99% -
XYZ 45.43 25.74 20.66 -
YUV 126.71 124.78 217.37 -
System Red Green Blue C M Y K H S L
Decimal 252 64 121 0 0.75 0.52 0.01 341.81 0.97 0.62
Hex FC 40 79 0 4B 34 1 156 61 3E
Octal 374 100 171 0 113 64 1 526 141 76
Binary 11111100 1000000 1111001 0 1001011 110100 1 101010110 1100001 111110

Color Harmonies of #FC4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4079

Black with #FC4079

Text Example


Text Example

White with #FC4079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4079; }

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

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

background-color css

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

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

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

border-color css

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

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

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