#FC454B

Color #FC454B Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FC454B

Tints of Radical Red #FC454B

Color information

#FC454B (or 0xFC454B) is unknown color: approx Radical Red. HEX triplet: FC, 45 and 4B. RGB value is (252,69,75). Sum of RGB (Red+Green+Blue) = 252+69+75=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC454B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC454B is #03BAB4. Grayscale: #7C7C7C. Windows color (decimal): -244405 or 4933116. OLE color: 4933116.

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

Color convert

RGB2526975-
CMYK00.730.700.01
HSL358.03º96.83%62.94%-
HSV(B)358.03º72.62%98.82%-
XYZ43.5425.469.28-
YUV124.4100.13219.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 63.64%
GREEN value IS 69 (27.34% from 255) = 17.42%
BLUE value IS 75 (29.69% from 255) = 18.94%
R=63.64%
G=17.42%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252697500.730.700.01358.0396.8362.94
HexFC454B049461166613f
Octal3741051130111106154614177
Binary111111001000101100101101001001100011011011001101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC454B; }

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

 H1.HeaderClassName
 {
   color: #FC454B;
 }
 .AnyTagClassName
 {
   color: #FC454B;
 }
</style>
background-color css

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

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

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

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

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

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