#FF3C6A

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

Shades of Radical Red #FF3C6A

Tints of Radical Red #FF3C6A

Color information

#FF3C6A (or 0xFF3C6A) is unknown color: approx Radical Red. HEX triplet: FF, 3C and 6A. RGB value is (255,60,106). Sum of RGB (Red+Green+Blue) = 255+60+106=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3C6A is #00C395. Grayscale: #7B7B7B. Windows color (decimal): -50070 or 6962431. OLE color: 6962431.

HSL color Cylindrical-coordinate representation of color #FF3C6A: hue angle of 345.85º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3C6A is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB25560106-
CMYK00.760.580
HSL345.85º100%61.76%-
HSV(B)345.85º76.47%100%-
XYZ45.4625.5316.17-
YUV123.55118.1221.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.57%
GREEN value IS 60 (23.83% from 255) = 14.25%
BLUE value IS 106 (41.80% from 255) = 25.18%
R=60.57%
G=14.25%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556010600.760.580345.8510061.76
HexFF3C6A04C3A015a643e
Octal37774152011472053214476
Binary1111111111110011010100100110011101001010110101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3C6A; }

 p { color: rgb(255,60,106); }

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

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

 a { background-color: rgb(255,60,106); }

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

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

 span { border-color: rgb(255,60,106); }

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