#FC4154

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

Shades of Radical Red #FC4154

Tints of Radical Red #FC4154

Color information

#FC4154 (or 0xFC4154) is unknown color: approx Radical Red. HEX triplet: FC, 41 and 54. RGB value is (252,65,84). Sum of RGB (Red+Green+Blue) = 252+65+84=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4154 is #03BEAB. Grayscale: #7B7B7B. Windows color (decimal): -245420 or 5521916. OLE color: 5521916.

HSL color Cylindrical-coordinate representation of color #FC4154: hue angle of 353.9º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC4154 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB2526584-
CMYK00.740.670.01
HSL353.9º96.89%62.16%-
HSV(B)353.9º74.21%98.82%-
XYZ43.6425.1210.94-
YUV123.08105.95219.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 62.84%
GREEN value IS 65 (25.78% from 255) = 16.21%
BLUE value IS 84 (33.20% from 255) = 20.95%
R=62.84%
G=16.21%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252658400.740.670.01353.996.8962.16
HexFC415404A431162613e
Octal3741011240112103154214176
Binary111111001000001101010001001010100001111011000101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4154; }

 p { color: rgb(252,65,84); }

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

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

 a { background-color: rgb(252,65,84); }

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

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

 span { border-color: rgb(252,65,84); }

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