Html Css Color HEX #FC4490 Violet Red

📋 copy color: '#FC4490'

red 252 ◦ green 68 ◦ blue 144

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

Shades of Violet Red #FC4490

Tints of Violet Red #FC4490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.66%

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

R = 54.31%
G = 14.66%
B = 31.03%

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

#FC4490 (or 0xFC4490) is known color: Violet Red. HEX triplet: FC, 44 and 90. RGB value is (252,68,144). Sum of RGB (Red+Green+Blue) = 252+68+144=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4490 is #03BB6F. Grayscale: #838383. Windows color (decimal): -244592 or 9454844. OLE color: 9454844.

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

Color convert

RGB 252 68 144 -
CMYK 0 0.73 0.43 0.01
HSL 335.22º 0.97% 0.63% -
HSV(B) 335.22º 0.73% 0.99% -
XYZ 47.25 26.84 29.08 -
YUV 131.68 134.96 213.82 -
System Red Green Blue C M Y K H S L
Decimal 252 68 144 0 0.73 0.43 0.01 335.22 0.97 0.63
Hex FC 44 90 0 49 2B 1 14F 61 3F
Octal 374 104 220 0 111 53 1 517 141 77
Binary 11111100 1000100 10010000 0 1001001 101011 1 101001111 1100001 111111

Color Harmonies of #FC4490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4490

Black with #FC4490

Text Example


Text Example

White with #FC4490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4490; }

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

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

background-color css

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

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

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

border-color css

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

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

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