Html Css Color HEX #FC4560 Radical Red

📋 copy color: '#FC4560'

red 252 ◦ green 69 ◦ blue 96

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

Shades of Radical Red #FC4560

Tints of Radical Red #FC4560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.02%

R = 60.43%
G = 16.55%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC4560 (or 0xFC4560) is known color: Radical Red. HEX triplet: FC, 45 and 60. RGB value is (252,69,96). Sum of RGB (Red+Green+Blue) = 252+69+96=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4560 is #03BA9F. Grayscale: #7E7E7E. Windows color (decimal): -244384 or 6309372. OLE color: 6309372.

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

Color convert

RGB 252 69 96 -
CMYK 0 0.73 0.62 0.01
HSL 351.15º 0.97% 0.63% -
HSV(B) 351.15º 0.73% 0.99% -
XYZ 44.38 25.8 13.71 -
YUV 126.8 110.63 217.3 -
System Red Green Blue C M Y K H S L
Decimal 252 69 96 0 0.73 0.62 0.01 351.15 0.97 0.63
Hex FC 45 60 0 49 3E 1 15F 61 3F
Octal 374 105 140 0 111 76 1 537 141 77
Binary 11111100 1000101 1100000 0 1001001 111110 1 101011111 1100001 111111

Color Harmonies of #FC4560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4560

Black with #FC4560

Text Example


Text Example

White with #FC4560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4560; }

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

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

background-color css

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

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

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

border-color css

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

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

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