#ff3c6d

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

Shades of Radical Red #FF3C6D

Tints of Radical Red #FF3C6D

Color information

#FF3C6D (or 0xFF3C6D) is unknown color: approx Radical Red. HEX triplet: FF, 3C and 6D. RGB value is (255,60,109). Sum of RGB (Red+Green+Blue) = 255+60+109=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3C6D is #00C392. Grayscale: #7B7B7B. Windows color (decimal): -50067 or 7159039. OLE color: 7159039.

HSL color Cylindrical-coordinate representation of color #FF3C6D: hue angle of 344.92º 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 #FF3C6D is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB25560109-
CMYK00.760.570
HSL344.92º100%61.76%-
HSV(B)344.92º76.47%100%-
XYZ45.6225.617-
YUV123.89119.6221.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.14%
GREEN value IS 60 (23.83% from 255) = 14.15%
BLUE value IS 109 (42.97% from 255) = 25.71%
R=60.14%
G=14.15%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556010900.760.570344.9210061.76
HexFF3C6D04C390159643e
Octal37774155011471053114476
Binary1111111111110011011010100110011100101010110011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff3c6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff3c6d; }

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

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

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

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

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

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

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

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