Html Css Color HEX #FC4590 Violet Red

📋 copy color: '#FC4590'

red 252 ◦ green 69 ◦ blue 144

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

Shades of Violet Red #FC4590

Tints of Violet Red #FC4590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.97%

R = 54.19%
G = 14.84%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC4590 (or 0xFC4590) is known color: Violet Red. HEX triplet: FC, 45 and 90. RGB value is (252,69,144). Sum of RGB (Red+Green+Blue) = 252+69+144=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4590 is #03BA6F. Grayscale: #848484. Windows color (decimal): -244336 or 9455100. OLE color: 9455100.

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

Color convert

RGB 252 69 144 -
CMYK 0 0.73 0.43 0.01
HSL 335.41º 0.97% 0.63% -
HSV(B) 335.41º 0.73% 0.99% -
XYZ 47.31 26.97 29.1 -
YUV 132.27 134.63 213.4 -
System Red Green Blue C M Y K H S L
Decimal 252 69 144 0 0.73 0.43 0.01 335.41 0.97 0.63
Hex FC 45 90 0 49 2B 1 14F 61 3F
Octal 374 105 220 0 111 53 1 517 141 77
Binary 11111100 1000101 10010000 0 1001001 101011 1 101001111 1100001 111111

Color Harmonies of #FC4590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4590

Black with #FC4590

Text Example


Text Example

White with #FC4590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4590; }

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

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

background-color css

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

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

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

border-color css

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

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

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