Html Css Color HEX #FC2164 Radical Red

📋 copy color: '#FC2164'

red 252 ◦ green 33 ◦ blue 100

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

Shades of Radical Red #FC2164

Tints of Radical Red #FC2164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.97%

R = 65.45%
G = 8.57%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC2164 (or 0xFC2164) is known color: Radical Red. HEX triplet: FC, 21 and 64. RGB value is (252,33,100). Sum of RGB (Red+Green+Blue) = 252+33+100=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2164 is #03DE9B. Grayscale: #6A6A6A. Windows color (decimal): -253596 or 6562300. OLE color: 6562300.

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

Color convert

RGB 252 33 100 -
CMYK 0 0.87 0.60 0.01
HSL 341.64º 0.97% 0.56% -
HSV(B) 341.64º 0.87% 0.99% -
XYZ 42.99 22.7 14.17 -
YUV 106.12 124.55 232.05 -
System Red Green Blue C M Y K H S L
Decimal 252 33 100 0 0.87 0.60 0.01 341.64 0.97 0.56
Hex FC 21 64 0 57 3C 1 156 61 38
Octal 374 41 144 0 127 74 1 526 141 70
Binary 11111100 100001 1100100 0 1010111 111100 1 101010110 1100001 111000

Color Harmonies of #FC2164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2164

Black with #FC2164

Text Example


Text Example

White with #FC2164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2164; }

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

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

background-color css

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

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

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

border-color css

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

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

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