#FC356F

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

Shades of Radical Red #FC356F

Tints of Radical Red #FC356F

Color information

#FC356F (or 0xFC356F) is unknown color: approx Radical Red. HEX triplet: FC, 35 and 6F. RGB value is (252,53,111). Sum of RGB (Red+Green+Blue) = 252+53+111=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC356F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC356F is #03CA90. Grayscale: #777777. Windows color (decimal): -248465 or 7288316. OLE color: 7288316.

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

Color convert

RGB25253111-
CMYK00.790.560.01
HSL342.51º97.07%59.8%-
HSV(B)342.51º78.97%98.82%-
XYZ44.2924.3917.41-
YUV119.11123.43222.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 60.58%
GREEN value IS 53 (21.09% from 255) = 12.74%
BLUE value IS 111 (43.75% from 255) = 26.68%
R=60.58%
G=12.74%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525311100.790.560.01342.5197.0759.8
HexFC356F04F381157613c
Octal37465157011770152714174
Binary1111110011010111011110100111111100011010101111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC356F; }

 p { color: rgb(252,53,111); }

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

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

 a { background-color: rgb(252,53,111); }

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

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

 span { border-color: rgb(252,53,111); }

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