Html Css Color HEX #FC478B Violet Red

📋 copy color: '#FC478B'

red 252 ◦ green 71 ◦ blue 139

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

Shades of Violet Red #FC478B

Tints of Violet Red #FC478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.09%

R = 54.55%
G = 15.37%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC478B (or 0xFC478B) is known color: Violet Red. HEX triplet: FC, 47 and 8B. RGB value is (252,71,139). Sum of RGB (Red+Green+Blue) = 252+71+139=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC478B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC478B is #03B874. Grayscale: #848484. Windows color (decimal): -243829 or 9127932. OLE color: 9127932.

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

Color convert

RGB 252 71 139 -
CMYK 0 0.72 0.45 0.01
HSL 337.46º 0.97% 0.63% -
HSV(B) 337.46º 0.72% 0.99% -
XYZ 47.06 27.07 27.17 -
YUV 132.87 131.47 212.97 -
System Red Green Blue C M Y K H S L
Decimal 252 71 139 0 0.72 0.45 0.01 337.46 0.97 0.63
Hex FC 47 8B 0 48 2D 1 151 61 3F
Octal 374 107 213 0 110 55 1 521 141 77
Binary 11111100 1000111 10001011 0 1001000 101101 1 101010001 1100001 111111

Color Harmonies of #FC478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC478B

Black with #FC478B

Text Example


Text Example

White with #FC478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC478B; }

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

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

background-color css

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

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

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

border-color css

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

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

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