#FC346B

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

Shades of Radical Red #FC346B

Tints of Radical Red #FC346B

Color information

#FC346B (or 0xFC346B) is unknown color: approx Radical Red. HEX triplet: FC, 34 and 6B. RGB value is (252,52,107). Sum of RGB (Red+Green+Blue) = 252+52+107=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC346B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC346B is #03CB94. Grayscale: #767676. Windows color (decimal): -248725 or 7025916. OLE color: 7025916.

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

Color convert

RGB25252107-
CMYK00.790.580.01
HSL343.5º97.09%59.61%-
HSV(B)343.5º79.37%98.82%-
XYZ44.0324.2116.26-
YUV118.07121.76223.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 61.31%
GREEN value IS 52 (20.70% from 255) = 12.65%
BLUE value IS 107 (42.19% from 255) = 26.03%
R=61.31%
G=12.65%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2525210700.790.580.01343.597.0959.61
HexFC346B04F3A1158613c
Octal37464153011772153014174
Binary1111110011010011010110100111111101011010110001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC346B; }

 p { color: rgb(252,52,107); }

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

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

 a { background-color: rgb(252,52,107); }

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

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

 span { border-color: rgb(252,52,107); }

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