Html Css Color HEX #FC455D Radical Red

📋 copy color: '#FC455D'

red 252 ◦ green 69 ◦ blue 93

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

Shades of Radical Red #FC455D

Tints of Radical Red #FC455D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.46%

R = 60.87%
G = 16.67%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC455D (or 0xFC455D) is known color: Radical Red. HEX triplet: FC, 45 and 5D. RGB value is (252,69,93). Sum of RGB (Red+Green+Blue) = 252+69+93=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC455D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC455D is #03BAA2. Grayscale: #7E7E7E. Windows color (decimal): -244387 or 6112764. OLE color: 6112764.

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

Color convert

RGB 252 69 93 -
CMYK 0 0.73 0.63 0.01
HSL 352.13º 0.97% 0.63% -
HSV(B) 352.13º 0.73% 0.99% -
XYZ 44.25 25.74 12.99 -
YUV 126.45 109.13 217.55 -
System Red Green Blue C M Y K H S L
Decimal 252 69 93 0 0.73 0.63 0.01 352.13 0.97 0.63
Hex FC 45 5D 0 49 3F 1 160 61 3F
Octal 374 105 135 0 111 77 1 540 141 77
Binary 11111100 1000101 1011101 0 1001001 111111 1 101100000 1100001 111111

Color Harmonies of #FC455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC455D

Black with #FC455D

Text Example


Text Example

White with #FC455D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC455D; }

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

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

background-color css

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

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

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

border-color css

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

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

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