Html Css Color HEX #FC325A Radical Red

📋 copy color: '#FC325A'

red 252 ◦ green 50 ◦ blue 90

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

Shades of Radical Red #FC325A

Tints of Radical Red #FC325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.96%

R = 64.29%
G = 12.76%
B = 22.96%

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

#FC325A (or 0xFC325A) is known color: Radical Red. HEX triplet: FC, 32 and 5A. RGB value is (252,50,90). Sum of RGB (Red+Green+Blue) = 252+50+90=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC325A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC325A is #03CDA5. Grayscale: #737373. Windows color (decimal): -249254 or 5911292. OLE color: 5911292.

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

Color convert

RGB 252 50 90 -
CMYK 0 0.80 0.64 0.01
HSL 348.12º 0.97% 0.59% -
HSV(B) 348.12º 0.8% 0.99% -
XYZ 43.13 23.71 11.98 -
YUV 114.96 113.92 225.75 -
System Red Green Blue C M Y K H S L
Decimal 252 50 90 0 0.80 0.64 0.01 348.12 0.97 0.59
Hex FC 32 5A 0 50 40 1 15C 61 3B
Octal 374 62 132 0 120 100 1 534 141 73
Binary 11111100 110010 1011010 0 1010000 1000000 1 101011100 1100001 111011

Color Harmonies of #FC325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC325A

Black with #FC325A

Text Example


Text Example

White with #FC325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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