Html Css Color HEX #FC4C5E Radical Red

📋 copy color: '#FC4C5E'

red 252 ◦ green 76 ◦ blue 94

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

Shades of Radical Red #FC4C5E

Tints of Radical Red #FC4C5E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.01%

 BLUE value IS 94 (37.11% from 255) = 22.27%

R = 59.72%
G = 18.01%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC4C5E (or 0xFC4C5E) is known color: Radical Red. HEX triplet: FC, 4C and 5E. RGB value is (252,76,94). Sum of RGB (Red+Green+Blue) = 252+76+94=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4C5E is #03B3A1. Grayscale: #828282. Windows color (decimal): -242594 or 6180092. OLE color: 6180092.

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

Color convert

RGB 252 76 94 -
CMYK 0 0.70 0.63 0.01
HSL 353.86º 0.97% 0.64% -
HSV(B) 353.86º 0.7% 0.99% -
XYZ 44.75 26.67 13.38 -
YUV 130.68 107.31 214.54 -
System Red Green Blue C M Y K H S L
Decimal 252 76 94 0 0.70 0.63 0.01 353.86 0.97 0.64
Hex FC 4C 5E 0 46 3F 1 162 61 40
Octal 374 114 136 0 106 77 1 542 141 100
Binary 11111100 1001100 1011110 0 1000110 111111 1 101100010 1100001 1000000

Color Harmonies of #FC4C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4C5E

Black with #FC4C5E

Text Example


Text Example

White with #FC4C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4C5E; }

 p { color: rgb(252,76,94); }

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

background-color css

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

 a { background-color: rgb(252,76,94); }

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

border-color css

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

 span { border-color: rgb(252,76,94); }

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