Html Css Color HEX #FC2163 Radical Red

📋 copy color: '#FC2163'

red 252 ◦ green 33 ◦ blue 99

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

Shades of Radical Red #FC2163

Tints of Radical Red #FC2163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.59%

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

R = 65.63%
G = 8.59%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC2163 (or 0xFC2163) is known color: Radical Red. HEX triplet: FC, 21 and 63. RGB value is (252,33,99). Sum of RGB (Red+Green+Blue) = 252+33+99=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2163 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2163 is #03DE9C. Grayscale: #696969. Windows color (decimal): -253597 or 6496764. OLE color: 6496764.

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

Color convert

RGB 252 33 99 -
CMYK 0 0.87 0.61 0.01
HSL 341.92º 0.97% 0.56% -
HSV(B) 341.92º 0.87% 0.99% -
XYZ 42.94 22.68 13.92 -
YUV 106.01 124.05 232.13 -
System Red Green Blue C M Y K H S L
Decimal 252 33 99 0 0.87 0.61 0.01 341.92 0.97 0.56
Hex FC 21 63 0 57 3D 1 156 61 38
Octal 374 41 143 0 127 75 1 526 141 70
Binary 11111100 100001 1100011 0 1010111 111101 1 101010110 1100001 111000

Color Harmonies of #FC2163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2163

Black with #FC2163

Text Example


Text Example

White with #FC2163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2163; }

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

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

background-color css

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

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

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

border-color css

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

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

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