Html Css Color HEX #FC478D Violet Red

📋 copy color: '#FC478D'

red 252 ◦ green 71 ◦ blue 141

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

Shades of Violet Red #FC478D

Tints of Violet Red #FC478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.3%

 BLUE value IS 141 (55.47% from 255) = 30.39%

R = 54.31%
G = 15.3%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC478D (or 0xFC478D) is known color: Violet Red. HEX triplet: FC, 47 and 8D. RGB value is (252,71,141). Sum of RGB (Red+Green+Blue) = 252+71+141=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC478D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC478D is #03B872. Grayscale: #858585. Windows color (decimal): -243827 or 9259004. OLE color: 9259004.

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

Color convert

RGB 252 71 141 -
CMYK 0 0.72 0.44 0.01
HSL 336.8º 0.97% 0.63% -
HSV(B) 336.8º 0.72% 0.99% -
XYZ 47.21 27.13 27.95 -
YUV 133.1 132.47 212.81 -
System Red Green Blue C M Y K H S L
Decimal 252 71 141 0 0.72 0.44 0.01 336.8 0.97 0.63
Hex FC 47 8D 0 48 2C 1 151 61 3F
Octal 374 107 215 0 110 54 1 521 141 77
Binary 11111100 1000111 10001101 0 1001000 101100 1 101010001 1100001 111111

Color Harmonies of #FC478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC478D

Black with #FC478D

Text Example


Text Example

White with #FC478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC478D; }

 p { color: rgb(252,71,141); }

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

background-color css

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

 a { background-color: rgb(252,71,141); }

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

border-color css

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

 span { border-color: rgb(252,71,141); }

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