Html Css Color HEX #FC357D Violet Red

📋 copy color: '#FC357D'

red 252 ◦ green 53 ◦ blue 125

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

Shades of Violet Red #FC357D

Tints of Violet Red #FC357D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.07%

R = 58.6%
G = 12.33%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC357D (or 0xFC357D) is known color: Violet Red. HEX triplet: FC, 35 and 7D. RGB value is (252,53,125). Sum of RGB (Red+Green+Blue) = 252+53+125=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC357D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC357D is #03CA82. Grayscale: #787878. Windows color (decimal): -248451 or 8205820. OLE color: 8205820.

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

Color convert

RGB 252 53 125 -
CMYK 0 0.79 0.50 0.01
HSL 338.29º 0.97% 0.6% -
HSV(B) 338.29º 0.79% 0.99% -
XYZ 45.12 24.72 21.8 -
YUV 120.71 130.43 221.65 -
System Red Green Blue C M Y K H S L
Decimal 252 53 125 0 0.79 0.50 0.01 338.29 0.97 0.6
Hex FC 35 7D 0 4F 32 1 152 61 3C
Octal 374 65 175 0 117 62 1 522 141 74
Binary 11111100 110101 1111101 0 1001111 110010 1 101010010 1100001 111100

Color Harmonies of #FC357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC357D

Black with #FC357D

Text Example


Text Example

White with #FC357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC357D; }

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

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

background-color css

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

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

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

border-color css

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

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

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