Html Css Color HEX #FC3C7A Violet Red

📋 copy color: '#FC3C7A'

red 252 ◦ green 60 ◦ blue 122

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

Shades of Violet Red #FC3C7A

Tints of Violet Red #FC3C7A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.82%

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

R = 58.06%
G = 13.82%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC3C7A (or 0xFC3C7A) is known color: Violet Red. HEX triplet: FC, 3C and 7A. RGB value is (252,60,122). Sum of RGB (Red+Green+Blue) = 252+60+122=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3C7A is #03C385. Grayscale: #7C7C7C. Windows color (decimal): -246662 or 8011004. OLE color: 8011004.

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

Color convert

RGB 252 60 122 -
CMYK 0 0.76 0.52 0.01
HSL 340.63º 0.97% 0.61% -
HSV(B) 340.63º 0.76% 0.99% -
XYZ 45.27 25.33 20.92 -
YUV 124.48 126.61 218.96 -
System Red Green Blue C M Y K H S L
Decimal 252 60 122 0 0.76 0.52 0.01 340.63 0.97 0.61
Hex FC 3C 7A 0 4C 34 1 155 61 3D
Octal 374 74 172 0 114 64 1 525 141 75
Binary 11111100 111100 1111010 0 1001100 110100 1 101010101 1100001 111101

Color Harmonies of #FC3C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3C7A

Black with #FC3C7A

Text Example


Text Example

White with #FC3C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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