Html Css Color HEX #FC4884 Violet Red

📋 copy color: '#FC4884'

red 252 ◦ green 72 ◦ blue 132

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

Shades of Violet Red #FC4884

Tints of Violet Red #FC4884

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.79%

 BLUE value IS 132 (51.95% from 255) = 28.95%

R = 55.26%
G = 15.79%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC4884 (or 0xFC4884) is known color: Violet Red. HEX triplet: FC, 48 and 84. RGB value is (252,72,132). Sum of RGB (Red+Green+Blue) = 252+72+132=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4884 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4884 is #03B77B. Grayscale: #848484. Windows color (decimal): -243580 or 8669436. OLE color: 8669436.

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

Color convert

RGB 252 72 132 -
CMYK 0 0.71 0.48 0.01
HSL 340º 0.97% 0.64% -
HSV(B) 340º 0.71% 0.99% -
XYZ 46.63 27 24.58 -
YUV 132.66 127.63 213.12 -
System Red Green Blue C M Y K H S L
Decimal 252 72 132 0 0.71 0.48 0.01 340 0.97 0.64
Hex FC 48 84 0 47 30 1 154 61 40
Octal 374 110 204 0 107 60 1 524 141 100
Binary 11111100 1001000 10000100 0 1000111 110000 1 101010100 1100001 1000000

Color Harmonies of #FC4884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4884

Black with #FC4884

Text Example


Text Example

White with #FC4884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4884; }

 p { color: rgb(252,72,132); }

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

background-color css

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

 a { background-color: rgb(252,72,132); }

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

border-color css

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

 span { border-color: rgb(252,72,132); }

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