Html Css Color HEX #FC454D Radical Red

📋 copy color: '#FC454D'

red 252 ◦ green 69 ◦ blue 77

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

Shades of Radical Red #FC454D

Tints of Radical Red #FC454D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.35%

R = 63.32%
G = 17.34%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC454D (or 0xFC454D) is known color: Radical Red. HEX triplet: FC, 45 and 4D. RGB value is (252,69,77). Sum of RGB (Red+Green+Blue) = 252+69+77=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC454D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC454D is #03BAB2. Grayscale: #7C7C7C. Windows color (decimal): -244403 or 5064188. OLE color: 5064188.

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

Color convert

RGB 252 69 77 -
CMYK 0 0.73 0.69 0.01
HSL 357.38º 0.97% 0.63% -
HSV(B) 357.38º 0.73% 0.99% -
XYZ 43.61 25.49 9.64 -
YUV 124.63 101.13 218.85 -
System Red Green Blue C M Y K H S L
Decimal 252 69 77 0 0.73 0.69 0.01 357.38 0.97 0.63
Hex FC 45 4D 0 49 45 1 165 61 3F
Octal 374 105 115 0 111 105 1 545 141 77
Binary 11111100 1000101 1001101 0 1001001 1000101 1 101100101 1100001 111111

Color Harmonies of #FC454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC454D

Black with #FC454D

Text Example


Text Example

White with #FC454D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC454D; }

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

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

background-color css

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

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

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

border-color css

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

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

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