Html Css Color HEX #FC4591 Violet Red

📋 copy color: '#FC4591'

red 252 ◦ green 69 ◦ blue 145

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

Shades of Violet Red #FC4591

Tints of Violet Red #FC4591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.81%

 BLUE value IS 145 (57.03% from 255) = 31.12%

R = 54.08%
G = 14.81%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC4591 (or 0xFC4591) is known color: Violet Red. HEX triplet: FC, 45 and 91. RGB value is (252,69,145). Sum of RGB (Red+Green+Blue) = 252+69+145=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4591 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4591 is #03BA6E. Grayscale: #848484. Windows color (decimal): -244335 or 9520636. OLE color: 9520636.

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

Color convert

RGB 252 69 145 -
CMYK 0 0.73 0.42 0.01
HSL 335.08º 0.97% 0.63% -
HSV(B) 335.08º 0.73% 0.99% -
XYZ 47.38 27 29.5 -
YUV 132.38 135.13 213.32 -
System Red Green Blue C M Y K H S L
Decimal 252 69 145 0 0.73 0.42 0.01 335.08 0.97 0.63
Hex FC 45 91 0 49 2A 1 14F 61 3F
Octal 374 105 221 0 111 52 1 517 141 77
Binary 11111100 1000101 10010001 0 1001001 101010 1 101001111 1100001 111111

Color Harmonies of #FC4591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4591

Black with #FC4591

Text Example


Text Example

White with #FC4591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4591; }

 p { color: rgb(252,69,145); }

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

background-color css

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

 a { background-color: rgb(252,69,145); }

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

border-color css

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

 span { border-color: rgb(252,69,145); }

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