Html Css Color HEX #FC3163 Radical Red

📋 copy color: '#FC3163'

red 252 ◦ green 49 ◦ blue 99

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

Shades of Radical Red #FC3163

Tints of Radical Red #FC3163

RGB

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

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

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

R = 63%
G = 12.25%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC3163 (or 0xFC3163) is known color: Radical Red. HEX triplet: FC, 31 and 63. RGB value is (252,49,99). Sum of RGB (Red+Green+Blue) = 252+49+99=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3163 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3163 is #03CE9C. Grayscale: #737373. Windows color (decimal): -249501 or 6500860. OLE color: 6500860.

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

Color convert

RGB 252 49 99 -
CMYK 0 0.81 0.61 0.01
HSL 345.22º 0.97% 0.59% -
HSV(B) 345.22º 0.81% 0.99% -
XYZ 43.5 23.79 14.1 -
YUV 115.4 118.75 225.43 -
System Red Green Blue C M Y K H S L
Decimal 252 49 99 0 0.81 0.61 0.01 345.22 0.97 0.59
Hex FC 31 63 0 51 3D 1 159 61 3B
Octal 374 61 143 0 121 75 1 531 141 73
Binary 11111100 110001 1100011 0 1010001 111101 1 101011001 1100001 111011

Color Harmonies of #FC3163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3163

Black with #FC3163

Text Example


Text Example

White with #FC3163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3163; }

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

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

background-color css

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

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

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

border-color css

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

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

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