Html Css Color HEX #FC2363 Radical Red

📋 copy color: '#FC2363'

red 252 ◦ green 35 ◦ blue 99

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

Shades of Radical Red #FC2363

Tints of Radical Red #FC2363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.07%

 BLUE value IS 99 (39.06% from 255) = 25.65%

R = 65.28%
G = 9.07%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC2363 (or 0xFC2363) is known color: Radical Red. HEX triplet: FC, 23 and 63. RGB value is (252,35,99). Sum of RGB (Red+Green+Blue) = 252+35+99=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2363 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2363 is #03DC9C. Grayscale: #6B6B6B. Windows color (decimal): -253085 or 6497276. OLE color: 6497276.

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

Color convert

RGB 252 35 99 -
CMYK 0 0.86 0.61 0.01
HSL 342.3º 0.97% 0.56% -
HSV(B) 342.3º 0.86% 0.99% -
XYZ 43 22.8 13.94 -
YUV 107.18 123.39 231.3 -
System Red Green Blue C M Y K H S L
Decimal 252 35 99 0 0.86 0.61 0.01 342.3 0.97 0.56
Hex FC 23 63 0 56 3D 1 156 61 38
Octal 374 43 143 0 126 75 1 526 141 70
Binary 11111100 100011 1100011 0 1010110 111101 1 101010110 1100001 111000

Color Harmonies of #FC2363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2363

Black with #FC2363

Text Example


Text Example

White with #FC2363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2363; }

 p { color: rgb(252,35,99); }

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

background-color css

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

 a { background-color: rgb(252,35,99); }

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

border-color css

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

 span { border-color: rgb(252,35,99); }

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