Html Css Color HEX #FC357C Violet Red

📋 copy color: '#FC357C'

red 252 ◦ green 53 ◦ blue 124

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

Shades of Violet Red #FC357C

Tints of Violet Red #FC357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.35%

 BLUE value IS 124 (48.83% from 255) = 28.9%

R = 58.74%
G = 12.35%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC357C (or 0xFC357C) is known color: Violet Red. HEX triplet: FC, 35 and 7C. RGB value is (252,53,124). Sum of RGB (Red+Green+Blue) = 252+53+124=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC357C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC357C is #03CA83. Grayscale: #787878. Windows color (decimal): -248452 or 8140284. OLE color: 8140284.

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

Color convert

RGB 252 53 124 -
CMYK 0 0.79 0.51 0.01
HSL 338.59º 0.97% 0.6% -
HSV(B) 338.59º 0.79% 0.99% -
XYZ 45.06 24.7 21.46 -
YUV 120.6 129.93 221.73 -
System Red Green Blue C M Y K H S L
Decimal 252 53 124 0 0.79 0.51 0.01 338.59 0.97 0.6
Hex FC 35 7C 0 4F 33 1 153 61 3C
Octal 374 65 174 0 117 63 1 523 141 74
Binary 11111100 110101 1111100 0 1001111 110011 1 101010011 1100001 111100

Color Harmonies of #FC357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC357C

Black with #FC357C

Text Example


Text Example

White with #FC357C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC357C; }

 p { color: rgb(252,53,124); }

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

background-color css

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

 a { background-color: rgb(252,53,124); }

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

border-color css

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

 span { border-color: rgb(252,53,124); }

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