Html Css Color HEX #FC3363 Radical Red

📋 copy color: '#FC3363'

red 252 ◦ green 51 ◦ blue 99

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

Shades of Radical Red #FC3363

Tints of Radical Red #FC3363

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.69%

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

R = 62.69%
G = 12.69%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC3363 (or 0xFC3363) is known color: Radical Red. HEX triplet: FC, 33 and 63. RGB value is (252,51,99). Sum of RGB (Red+Green+Blue) = 252+51+99=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3363 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3363 is #03CC9C. Grayscale: #747474. Windows color (decimal): -248989 or 6501372. OLE color: 6501372.

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

Color convert

RGB 252 51 99 -
CMYK 0 0.80 0.61 0.01
HSL 345.67º 0.97% 0.59% -
HSV(B) 345.67º 0.8% 0.99% -
XYZ 43.58 23.96 14.13 -
YUV 116.57 118.09 224.6 -
System Red Green Blue C M Y K H S L
Decimal 252 51 99 0 0.80 0.61 0.01 345.67 0.97 0.59
Hex FC 33 63 0 50 3D 1 15A 61 3B
Octal 374 63 143 0 120 75 1 532 141 73
Binary 11111100 110011 1100011 0 1010000 111101 1 101011010 1100001 111011

Color Harmonies of #FC3363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3363

Black with #FC3363

Text Example


Text Example

White with #FC3363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3363; }

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

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

background-color css

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

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

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

border-color css

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

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

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