Html Css Color HEX #FC357B Violet Red

📋 copy color: '#FC357B'

red 252 ◦ green 53 ◦ blue 123

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

Shades of Violet Red #FC357B

Tints of Violet Red #FC357B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.74%

R = 58.88%
G = 12.38%
B = 28.74%

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

#FC357B (or 0xFC357B) is known color: Violet Red. HEX triplet: FC, 35 and 7B. RGB value is (252,53,123). Sum of RGB (Red+Green+Blue) = 252+53+123=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 53 (21.09% from 255 or 12.38% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC357B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC357B is #03CA84. Grayscale: #787878. Windows color (decimal): -248453 or 8074748. OLE color: 8074748.

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

Color convert

RGB 252 53 123 -
CMYK 0 0.79 0.51 0.01
HSL 338.89º 0.97% 0.6% -
HSV(B) 338.89º 0.79% 0.99% -
XYZ 44.99 24.67 21.13 -
YUV 120.48 129.43 221.81 -
System Red Green Blue C M Y K H S L
Decimal 252 53 123 0 0.79 0.51 0.01 338.89 0.97 0.6
Hex FC 35 7B 0 4F 33 1 153 61 3C
Octal 374 65 173 0 117 63 1 523 141 74
Binary 11111100 110101 1111011 0 1001111 110011 1 101010011 1100001 111100

Color Harmonies of #FC357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC357B

Black with #FC357B

Text Example


Text Example

White with #FC357B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC357B; }

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

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

background-color css

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

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

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

border-color css

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

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

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