Html Css Color HEX #FC325B Radical Red

📋 copy color: '#FC325B'

red 252 ◦ green 50 ◦ blue 91

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

Shades of Radical Red #FC325B

Tints of Radical Red #FC325B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.72%

 BLUE value IS 91 (35.94% from 255) = 23.16%

R = 64.12%
G = 12.72%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC325B (or 0xFC325B) is known color: Radical Red. HEX triplet: FC, 32 and 5B. RGB value is (252,50,91). Sum of RGB (Red+Green+Blue) = 252+50+91=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC325B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC325B is #03CDA4. Grayscale: #737373. Windows color (decimal): -249253 or 5976828. OLE color: 5976828.

HSL color Cylindrical-coordinate representation of color #FC325B: hue angle of 347.82º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC325B is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 50 91 -
CMYK 0 0.80 0.64 0.01
HSL 347.82º 0.97% 0.59% -
HSV(B) 347.82º 0.8% 0.99% -
XYZ 43.17 23.73 12.2 -
YUV 115.07 114.42 225.67 -
System Red Green Blue C M Y K H S L
Decimal 252 50 91 0 0.80 0.64 0.01 347.82 0.97 0.59
Hex FC 32 5B 0 50 40 1 15C 61 3B
Octal 374 62 133 0 120 100 1 534 141 73
Binary 11111100 110010 1011011 0 1010000 1000000 1 101011100 1100001 111011

Color Harmonies of #FC325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC325B

Black with #FC325B

Text Example


Text Example

White with #FC325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC325B; }

 p { color: rgb(252,50,91); }

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

background-color css

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

 a { background-color: rgb(252,50,91); }

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

border-color css

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

 span { border-color: rgb(252,50,91); }

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