#FC2754

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

Shades of Radical Red #FC2754

Tints of Radical Red #FC2754

Color information

#FC2754 (or 0xFC2754) is unknown color: approx Radical Red. HEX triplet: FC, 27 and 54. RGB value is (252,39,84). Sum of RGB (Red+Green+Blue) = 252+39+84=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2754 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC2754 is #03D8AB. Grayscale: #6B6B6B. Windows color (decimal): -252076 or 5515260. OLE color: 5515260.

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

Color convert

RGB2523984-
CMYK00.850.670.01
HSL347.32º97.26%57.06%-
HSV(B)347.32º84.52%98.82%-
XYZ42.4722.7910.55-
YUV107.82114.57230.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 67.2%
GREEN value IS 39 (15.62% from 255) = 10.4%
BLUE value IS 84 (33.20% from 255) = 22.4%
R=67.2%
G=10.4%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252398400.850.670.01347.3297.2657.06
HexFC275405543115b6139
Octal374471240125103153314171
Binary11111100100111101010001010101100001111010110111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2754; }

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

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

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

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

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

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

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

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