Html Css Color HEX #FC4364 Radical Red

📋 copy color: '#FC4364'

red 252 ◦ green 67 ◦ blue 100

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

Shades of Radical Red #FC4364

Tints of Radical Red #FC4364

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.99%

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

R = 60.14%
G = 15.99%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC4364 (or 0xFC4364) is known color: Radical Red. HEX triplet: FC, 43 and 64. RGB value is (252,67,100). Sum of RGB (Red+Green+Blue) = 252+67+100=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4364 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4364 is #03BC9B. Grayscale: #7E7E7E. Windows color (decimal): -244892 or 6571004. OLE color: 6571004.

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

Color convert

RGB 252 67 100 -
CMYK 0 0.73 0.60 0.01
HSL 349.3º 0.97% 0.63% -
HSV(B) 349.3º 0.73% 0.99% -
XYZ 44.45 25.63 14.66 -
YUV 126.08 113.29 217.82 -
System Red Green Blue C M Y K H S L
Decimal 252 67 100 0 0.73 0.60 0.01 349.3 0.97 0.63
Hex FC 43 64 0 49 3C 1 15D 61 3F
Octal 374 103 144 0 111 74 1 535 141 77
Binary 11111100 1000011 1100100 0 1001001 111100 1 101011101 1100001 111111

Color Harmonies of #FC4364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4364

Black with #FC4364

Text Example


Text Example

White with #FC4364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4364; }

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

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

background-color css

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

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

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

border-color css

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

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

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