Html Css Color HEX #FC315D Radical Red

📋 copy color: '#FC315D'

red 252 ◦ green 49 ◦ blue 93

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

Shades of Radical Red #FC315D

Tints of Radical Red #FC315D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.44%

 BLUE value IS 93 (36.72% from 255) = 23.6%

R = 63.96%
G = 12.44%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC315D (or 0xFC315D) is known color: Radical Red. HEX triplet: FC, 31 and 5D. RGB value is (252,49,93). Sum of RGB (Red+Green+Blue) = 252+49+93=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC315D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC315D is #03CEA2. Grayscale: #727272. Windows color (decimal): -249507 or 6107644. OLE color: 6107644.

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

Color convert

RGB 252 49 93 -
CMYK 0 0.81 0.63 0.01
HSL 347º 0.97% 0.59% -
HSV(B) 347º 0.81% 0.99% -
XYZ 43.22 23.68 12.65 -
YUV 114.71 115.75 225.92 -
System Red Green Blue C M Y K H S L
Decimal 252 49 93 0 0.81 0.63 0.01 347 0.97 0.59
Hex FC 31 5D 0 51 3F 1 15B 61 3B
Octal 374 61 135 0 121 77 1 533 141 73
Binary 11111100 110001 1011101 0 1010001 111111 1 101011011 1100001 111011

Color Harmonies of #FC315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC315D

Black with #FC315D

Text Example


Text Example

White with #FC315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC315D; }

 p { color: rgb(252,49,93); }

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

background-color css

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

 a { background-color: rgb(252,49,93); }

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

border-color css

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

 span { border-color: rgb(252,49,93); }

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