Html Css Color HEX #FC4564 Radical Red

📋 copy color: '#FC4564'

red 252 ◦ green 69 ◦ blue 100

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

Shades of Radical Red #FC4564

Tints of Radical Red #FC4564

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.39%

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

R = 59.86%
G = 16.39%
B = 23.75%

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

#FC4564 (or 0xFC4564) is known color: Radical Red. HEX triplet: FC, 45 and 64. RGB value is (252,69,100). Sum of RGB (Red+Green+Blue) = 252+69+100=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4564 is #03BA9B. Grayscale: #7F7F7F. Windows color (decimal): -244380 or 6571516. OLE color: 6571516.

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

Color convert

RGB 252 69 100 -
CMYK 0 0.73 0.60 0.01
HSL 349.84º 0.97% 0.63% -
HSV(B) 349.84º 0.73% 0.99% -
XYZ 44.57 25.87 14.7 -
YUV 127.25 112.63 216.98 -
System Red Green Blue C M Y K H S L
Decimal 252 69 100 0 0.73 0.60 0.01 349.84 0.97 0.63
Hex FC 45 64 0 49 3C 1 15E 61 3F
Octal 374 105 144 0 111 74 1 536 141 77
Binary 11111100 1000101 1100100 0 1001001 111100 1 101011110 1100001 111111

Color Harmonies of #FC4564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4564

Black with #FC4564

Text Example


Text Example

White with #FC4564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4564; }

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

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

background-color css

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

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

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

border-color css

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

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

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