Html Css Color HEX #FC315C Radical Red

📋 copy color: '#FC315C'

red 252 ◦ green 49 ◦ blue 92

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

Shades of Radical Red #FC315C

Tints of Radical Red #FC315C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.41%

R = 64.12%
G = 12.47%
B = 23.41%

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

#FC315C (or 0xFC315C) is known color: Radical Red. HEX triplet: FC, 31 and 5C. RGB value is (252,49,92). Sum of RGB (Red+Green+Blue) = 252+49+92=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC315C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC315C is #03CEA3. Grayscale: #727272. Windows color (decimal): -249508 or 6042108. OLE color: 6042108.

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

Color convert

RGB 252 49 92 -
CMYK 0 0.81 0.63 0.01
HSL 347.29º 0.97% 0.59% -
HSV(B) 347.29º 0.81% 0.99% -
XYZ 43.17 23.66 12.42 -
YUV 114.6 115.25 226 -
System Red Green Blue C M Y K H S L
Decimal 252 49 92 0 0.81 0.63 0.01 347.29 0.97 0.59
Hex FC 31 5C 0 51 3F 1 15B 61 3B
Octal 374 61 134 0 121 77 1 533 141 73
Binary 11111100 110001 1011100 0 1010001 111111 1 101011011 1100001 111011

Color Harmonies of #FC315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC315C

Black with #FC315C

Text Example


Text Example

White with #FC315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC315C; }

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

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

background-color css

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

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

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

border-color css

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

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

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