Html Css Color HEX #FC477A Violet Red

📋 copy color: '#FC477A'

red 252 ◦ green 71 ◦ blue 122

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

Shades of Violet Red #FC477A

Tints of Violet Red #FC477A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.42%

R = 56.63%
G = 15.96%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC477A (or 0xFC477A) is known color: Violet Red. HEX triplet: FC, 47 and 7A. RGB value is (252,71,122). Sum of RGB (Red+Green+Blue) = 252+71+122=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC477A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC477A is #03B885. Grayscale: #828282. Windows color (decimal): -243846 or 8013820. OLE color: 8013820.

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

Color convert

RGB 252 71 122 -
CMYK 0 0.72 0.52 0.01
HSL 343.09º 0.97% 0.63% -
HSV(B) 343.09º 0.72% 0.99% -
XYZ 45.91 26.61 21.13 -
YUV 130.93 122.97 214.35 -
System Red Green Blue C M Y K H S L
Decimal 252 71 122 0 0.72 0.52 0.01 343.09 0.97 0.63
Hex FC 47 7A 0 48 34 1 157 61 3F
Octal 374 107 172 0 110 64 1 527 141 77
Binary 11111100 1000111 1111010 0 1001000 110100 1 101010111 1100001 111111

Color Harmonies of #FC477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC477A

Black with #FC477A

Text Example


Text Example

White with #FC477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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